Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
This data source provides details about a specific Ml Application Implementation Version resource in Oracle Cloud Infrastructure Data Science service.
Gets a MlApplicationImplementationVersion by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMlApplicationImplementationVersion = oci.DataScience.getMlApplicationImplementationVersion({
mlApplicationImplementationVersionId: testMlApplicationImplementationVersionOciDatascienceMlApplicationImplementationVersion.id,
});
import pulumi
import pulumi_oci as oci
test_ml_application_implementation_version = oci.DataScience.get_ml_application_implementation_version(ml_application_implementation_version_id=test_ml_application_implementation_version_oci_datascience_ml_application_implementation_version["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/datascience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datascience.GetMlApplicationImplementationVersion(ctx, &datascience.GetMlApplicationImplementationVersionArgs{
MlApplicationImplementationVersionId: testMlApplicationImplementationVersionOciDatascienceMlApplicationImplementationVersion.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testMlApplicationImplementationVersion = Oci.DataScience.GetMlApplicationImplementationVersion.Invoke(new()
{
MlApplicationImplementationVersionId = testMlApplicationImplementationVersionOciDatascienceMlApplicationImplementationVersion.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetMlApplicationImplementationVersionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testMlApplicationImplementationVersion = DataScienceFunctions.getMlApplicationImplementationVersion(GetMlApplicationImplementationVersionArgs.builder()
.mlApplicationImplementationVersionId(testMlApplicationImplementationVersionOciDatascienceMlApplicationImplementationVersion.id())
.build());
}
}
variables:
testMlApplicationImplementationVersion:
fn::invoke:
function: oci:DataScience:getMlApplicationImplementationVersion
arguments:
mlApplicationImplementationVersionId: ${testMlApplicationImplementationVersionOciDatascienceMlApplicationImplementationVersion.id}
Using getMlApplicationImplementationVersion
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMlApplicationImplementationVersion(args: GetMlApplicationImplementationVersionArgs, opts?: InvokeOptions): Promise<GetMlApplicationImplementationVersionResult>
function getMlApplicationImplementationVersionOutput(args: GetMlApplicationImplementationVersionOutputArgs, opts?: InvokeOptions): Output<GetMlApplicationImplementationVersionResult>def get_ml_application_implementation_version(ml_application_implementation_version_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMlApplicationImplementationVersionResult
def get_ml_application_implementation_version_output(ml_application_implementation_version_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMlApplicationImplementationVersionResult]func GetMlApplicationImplementationVersion(ctx *Context, args *GetMlApplicationImplementationVersionArgs, opts ...InvokeOption) (*GetMlApplicationImplementationVersionResult, error)
func GetMlApplicationImplementationVersionOutput(ctx *Context, args *GetMlApplicationImplementationVersionOutputArgs, opts ...InvokeOption) GetMlApplicationImplementationVersionResultOutput> Note: This function is named GetMlApplicationImplementationVersion in the Go SDK.
public static class GetMlApplicationImplementationVersion
{
public static Task<GetMlApplicationImplementationVersionResult> InvokeAsync(GetMlApplicationImplementationVersionArgs args, InvokeOptions? opts = null)
public static Output<GetMlApplicationImplementationVersionResult> Invoke(GetMlApplicationImplementationVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMlApplicationImplementationVersionResult> getMlApplicationImplementationVersion(GetMlApplicationImplementationVersionArgs args, InvokeOptions options)
public static Output<GetMlApplicationImplementationVersionResult> getMlApplicationImplementationVersion(GetMlApplicationImplementationVersionArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getMlApplicationImplementationVersion:getMlApplicationImplementationVersion
arguments:
# arguments dictionaryThe following arguments are supported:
- Ml
Application stringImplementation Version Id - unique MlApplicationImplementationVersion identifier
- Ml
Application stringImplementation Version Id - unique MlApplicationImplementationVersion identifier
- ml
Application StringImplementation Version Id - unique MlApplicationImplementationVersion identifier
- ml
Application stringImplementation Version Id - unique MlApplicationImplementationVersion identifier
- ml_
application_ strimplementation_ version_ id - unique MlApplicationImplementationVersion identifier
- ml
Application StringImplementation Version Id - unique MlApplicationImplementationVersion identifier
getMlApplicationImplementationVersion Result
The following output properties are available:
- Allowed
Migration List<string>Destinations - List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
- Application
Components List<GetMl Application Implementation Version Application Component> - List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
- Configuration
Schemas List<GetMl Application Implementation Version Configuration Schema> - Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- short description of the argument
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Ml
Application stringId - The OCID of the ML Application implemented by this ML Application Implementation.
- Ml
Application stringImplementation Id - The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
- Ml
Application stringImplementation Version Id - Ml
Application stringName - The name of ML Application (based on mlApplicationId)
- Ml
Application List<GetPackage Arguments Ml Application Implementation Version Ml Application Package Argument> - List of ML Application package arguments provided during ML Application package upload.
- Name string
- ML Application Implementation name which is unique for given ML Application.
- Package
Version string - The version of ML Application Package (e.g. "1.2" or "2.0.4") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
- State string
- The current state of the MlApplicationImplementationVersion.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
- Allowed
Migration []stringDestinations - List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
- Application
Components []GetMl Application Implementation Version Application Component - List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
- Configuration
Schemas []GetMl Application Implementation Version Configuration Schema - Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- short description of the argument
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Ml
Application stringId - The OCID of the ML Application implemented by this ML Application Implementation.
- Ml
Application stringImplementation Id - The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
- Ml
Application stringImplementation Version Id - Ml
Application stringName - The name of ML Application (based on mlApplicationId)
- Ml
Application []GetPackage Arguments Ml Application Implementation Version Ml Application Package Argument - List of ML Application package arguments provided during ML Application package upload.
- Name string
- ML Application Implementation name which is unique for given ML Application.
- Package
Version string - The version of ML Application Package (e.g. "1.2" or "2.0.4") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
- State string
- The current state of the MlApplicationImplementationVersion.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
- allowed
Migration List<String>Destinations - List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
- application
Components List<GetMl Application Implementation Version Application Component> - List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
- configuration
Schemas List<GetMl Application Implementation Version Configuration Schema> - Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- short description of the argument
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ml
Application StringId - The OCID of the ML Application implemented by this ML Application Implementation.
- ml
Application StringImplementation Id - The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
- ml
Application StringImplementation Version Id - ml
Application StringName - The name of ML Application (based on mlApplicationId)
- ml
Application List<GetPackage Arguments Ml Application Implementation Version Ml Application Package Argument> - List of ML Application package arguments provided during ML Application package upload.
- name String
- ML Application Implementation name which is unique for given ML Application.
- package
Version String - The version of ML Application Package (e.g. "1.2" or "2.0.4") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
- state String
- The current state of the MlApplicationImplementationVersion.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
- allowed
Migration string[]Destinations - List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
- application
Components GetMl Application Implementation Version Application Component[] - List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
- configuration
Schemas GetMl Application Implementation Version Configuration Schema[] - Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- short description of the argument
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ml
Application stringId - The OCID of the ML Application implemented by this ML Application Implementation.
- ml
Application stringImplementation Id - The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
- ml
Application stringImplementation Version Id - ml
Application stringName - The name of ML Application (based on mlApplicationId)
- ml
Application GetPackage Arguments Ml Application Implementation Version Ml Application Package Argument[] - List of ML Application package arguments provided during ML Application package upload.
- name string
- ML Application Implementation name which is unique for given ML Application.
- package
Version string - The version of ML Application Package (e.g. "1.2" or "2.0.4") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
- state string
- The current state of the MlApplicationImplementationVersion.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
- allowed_
migration_ Sequence[str]destinations - List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
- application_
components Sequence[GetMl Application Implementation Version Application Component] - List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
- configuration_
schemas Sequence[GetMl Application Implementation Version Configuration Schema] - Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- short description of the argument
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ml_
application_ strid - The OCID of the ML Application implemented by this ML Application Implementation.
- ml_
application_ strimplementation_ id - The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
- ml_
application_ strimplementation_ version_ id - ml_
application_ strname - The name of ML Application (based on mlApplicationId)
- ml_
application_ Sequence[Getpackage_ arguments Ml Application Implementation Version Ml Application Package Argument] - List of ML Application package arguments provided during ML Application package upload.
- name str
- ML Application Implementation name which is unique for given ML Application.
- package_
version str - The version of ML Application Package (e.g. "1.2" or "2.0.4") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
- state str
- The current state of the MlApplicationImplementationVersion.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
- allowed
Migration List<String>Destinations - List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
- application
Components List<Property Map> - List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
- configuration
Schemas List<Property Map> - Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- short description of the argument
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ml
Application StringId - The OCID of the ML Application implemented by this ML Application Implementation.
- ml
Application StringImplementation Id - The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
- ml
Application StringImplementation Version Id - ml
Application StringName - The name of ML Application (based on mlApplicationId)
- ml
Application List<Property Map>Package Arguments - List of ML Application package arguments provided during ML Application package upload.
- name String
- ML Application Implementation name which is unique for given ML Application.
- package
Version String - The version of ML Application Package (e.g. "1.2" or "2.0.4") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
- state String
- The current state of the MlApplicationImplementationVersion.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
Supporting Types
GetMlApplicationImplementationVersionApplicationComponent
- Application
Id string - OCID of Data Flow Application
- Component
Name string - Name of application component
- Id string
- The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
- Job
Id string - OCID of Data Science Job
- Model
Id string - OCID of Data Science Model
- Name string
- ML Application Implementation name which is unique for given ML Application.
- Pipeline
Id string - OCID of Data Science Pipeline
- Resource
Type string - Type of the resource
- Type string
- type of the argument
- Application
Id string - OCID of Data Flow Application
- Component
Name string - Name of application component
- Id string
- The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
- Job
Id string - OCID of Data Science Job
- Model
Id string - OCID of Data Science Model
- Name string
- ML Application Implementation name which is unique for given ML Application.
- Pipeline
Id string - OCID of Data Science Pipeline
- Resource
Type string - Type of the resource
- Type string
- type of the argument
- application
Id String - OCID of Data Flow Application
- component
Name String - Name of application component
- id String
- The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
- job
Id String - OCID of Data Science Job
- model
Id String - OCID of Data Science Model
- name String
- ML Application Implementation name which is unique for given ML Application.
- pipeline
Id String - OCID of Data Science Pipeline
- resource
Type String - Type of the resource
- type String
- type of the argument
- application
Id string - OCID of Data Flow Application
- component
Name string - Name of application component
- id string
- The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
- job
Id string - OCID of Data Science Job
- model
Id string - OCID of Data Science Model
- name string
- ML Application Implementation name which is unique for given ML Application.
- pipeline
Id string - OCID of Data Science Pipeline
- resource
Type string - Type of the resource
- type string
- type of the argument
- application_
id str - OCID of Data Flow Application
- component_
name str - Name of application component
- id str
- The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
- job_
id str - OCID of Data Science Job
- model_
id str - OCID of Data Science Model
- name str
- ML Application Implementation name which is unique for given ML Application.
- pipeline_
id str - OCID of Data Science Pipeline
- resource_
type str - Type of the resource
- type str
- type of the argument
- application
Id String - OCID of Data Flow Application
- component
Name String - Name of application component
- id String
- The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
- job
Id String - OCID of Data Science Job
- model
Id String - OCID of Data Science Model
- name String
- ML Application Implementation name which is unique for given ML Application.
- pipeline
Id String - OCID of Data Science Pipeline
- resource
Type String - Type of the resource
- type String
- type of the argument
GetMlApplicationImplementationVersionConfigurationSchema
- Default
Value string - The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
- Description string
- short description of the argument
- Is
Mandatory bool - argument is mandatory or not
- Key
Name string - Name of key (parameter name)
- Sample
Value string - Sample property value (it must match validationRegexp if it is specified)
- Validation
Regexp string - A regular expression will be used for the validation of property value.
- Value
Type string - Type of value
- Default
Value string - The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
- Description string
- short description of the argument
- Is
Mandatory bool - argument is mandatory or not
- Key
Name string - Name of key (parameter name)
- Sample
Value string - Sample property value (it must match validationRegexp if it is specified)
- Validation
Regexp string - A regular expression will be used for the validation of property value.
- Value
Type string - Type of value
- default
Value String - The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
- description String
- short description of the argument
- is
Mandatory Boolean - argument is mandatory or not
- key
Name String - Name of key (parameter name)
- sample
Value String - Sample property value (it must match validationRegexp if it is specified)
- validation
Regexp String - A regular expression will be used for the validation of property value.
- value
Type String - Type of value
- default
Value string - The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
- description string
- short description of the argument
- is
Mandatory boolean - argument is mandatory or not
- key
Name string - Name of key (parameter name)
- sample
Value string - Sample property value (it must match validationRegexp if it is specified)
- validation
Regexp string - A regular expression will be used for the validation of property value.
- value
Type string - Type of value
- default_
value str - The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
- description str
- short description of the argument
- is_
mandatory bool - argument is mandatory or not
- key_
name str - Name of key (parameter name)
- sample_
value str - Sample property value (it must match validationRegexp if it is specified)
- validation_
regexp str - A regular expression will be used for the validation of property value.
- value_
type str - Type of value
- default
Value String - The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
- description String
- short description of the argument
- is
Mandatory Boolean - argument is mandatory or not
- key
Name String - Name of key (parameter name)
- sample
Value String - Sample property value (it must match validationRegexp if it is specified)
- validation
Regexp String - A regular expression will be used for the validation of property value.
- value
Type String - Type of value
GetMlApplicationImplementationVersionMlApplicationPackageArgument
- Arguments
List<Get
Ml Application Implementation Version Ml Application Package Argument Argument> - Array of the ML Application package arguments
- Arguments
[]Get
Ml Application Implementation Version Ml Application Package Argument Argument - Array of the ML Application package arguments
- arguments
List<Get
Ml Application Implementation Version Ml Application Package Argument Argument> - Array of the ML Application package arguments
- arguments
Get
Ml Application Implementation Version Ml Application Package Argument Argument[] - Array of the ML Application package arguments
- arguments
Sequence[Get
Ml Application Implementation Version Ml Application Package Argument Argument] - Array of the ML Application package arguments
- arguments List<Property Map>
- Array of the ML Application package arguments
GetMlApplicationImplementationVersionMlApplicationPackageArgumentArgument
- Description string
- short description of the argument
- Is
Mandatory bool - argument is mandatory or not
- Name string
- ML Application Implementation name which is unique for given ML Application.
- Type string
- type of the argument
- Value string
- Argument value
- Description string
- short description of the argument
- Is
Mandatory bool - argument is mandatory or not
- Name string
- ML Application Implementation name which is unique for given ML Application.
- Type string
- type of the argument
- Value string
- Argument value
- description String
- short description of the argument
- is
Mandatory Boolean - argument is mandatory or not
- name String
- ML Application Implementation name which is unique for given ML Application.
- type String
- type of the argument
- value String
- Argument value
- description string
- short description of the argument
- is
Mandatory boolean - argument is mandatory or not
- name string
- ML Application Implementation name which is unique for given ML Application.
- type string
- type of the argument
- value string
- Argument value
- description str
- short description of the argument
- is_
mandatory bool - argument is mandatory or not
- name str
- ML Application Implementation name which is unique for given ML Application.
- type str
- type of the argument
- value str
- Argument value
- description String
- short description of the argument
- is
Mandatory Boolean - argument is mandatory or not
- name String
- ML Application Implementation name which is unique for given ML Application.
- type String
- type of the argument
- value String
- Argument value
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
