1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getMlApplicationImplementationVersions
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides the list of Ml Application Implementation Versions in Oracle Cloud Infrastructure Data Science service.

    Returns a list of MlApplicationImplementationVersions.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testMlApplicationImplementationVersions = oci.DataScience.getMlApplicationImplementationVersions({
        mlApplicationImplementationId: testMlApplicationImplementation.id,
        state: mlApplicationImplementationVersionState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_ml_application_implementation_versions = oci.DataScience.get_ml_application_implementation_versions(ml_application_implementation_id=test_ml_application_implementation["id"],
        state=ml_application_implementation_version_state)
    
    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.GetMlApplicationImplementationVersions(ctx, &datascience.GetMlApplicationImplementationVersionsArgs{
    			MlApplicationImplementationId: testMlApplicationImplementation.Id,
    			State:                         pulumi.StringRef(mlApplicationImplementationVersionState),
    		}, 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 testMlApplicationImplementationVersions = Oci.DataScience.GetMlApplicationImplementationVersions.Invoke(new()
        {
            MlApplicationImplementationId = testMlApplicationImplementation.Id,
            State = mlApplicationImplementationVersionState,
        });
    
    });
    
    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.GetMlApplicationImplementationVersionsArgs;
    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 testMlApplicationImplementationVersions = DataScienceFunctions.getMlApplicationImplementationVersions(GetMlApplicationImplementationVersionsArgs.builder()
                .mlApplicationImplementationId(testMlApplicationImplementation.id())
                .state(mlApplicationImplementationVersionState)
                .build());
    
        }
    }
    
    variables:
      testMlApplicationImplementationVersions:
        fn::invoke:
          function: oci:DataScience:getMlApplicationImplementationVersions
          arguments:
            mlApplicationImplementationId: ${testMlApplicationImplementation.id}
            state: ${mlApplicationImplementationVersionState}
    

    Using getMlApplicationImplementationVersions

    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 getMlApplicationImplementationVersions(args: GetMlApplicationImplementationVersionsArgs, opts?: InvokeOptions): Promise<GetMlApplicationImplementationVersionsResult>
    function getMlApplicationImplementationVersionsOutput(args: GetMlApplicationImplementationVersionsOutputArgs, opts?: InvokeOptions): Output<GetMlApplicationImplementationVersionsResult>
    def get_ml_application_implementation_versions(filters: Optional[Sequence[GetMlApplicationImplementationVersionsFilter]] = None,
                                                   ml_application_implementation_id: Optional[str] = None,
                                                   state: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetMlApplicationImplementationVersionsResult
    def get_ml_application_implementation_versions_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetMlApplicationImplementationVersionsFilterArgs]]]] = None,
                                                   ml_application_implementation_id: Optional[pulumi.Input[str]] = None,
                                                   state: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetMlApplicationImplementationVersionsResult]
    func GetMlApplicationImplementationVersions(ctx *Context, args *GetMlApplicationImplementationVersionsArgs, opts ...InvokeOption) (*GetMlApplicationImplementationVersionsResult, error)
    func GetMlApplicationImplementationVersionsOutput(ctx *Context, args *GetMlApplicationImplementationVersionsOutputArgs, opts ...InvokeOption) GetMlApplicationImplementationVersionsResultOutput

    > Note: This function is named GetMlApplicationImplementationVersions in the Go SDK.

    public static class GetMlApplicationImplementationVersions 
    {
        public static Task<GetMlApplicationImplementationVersionsResult> InvokeAsync(GetMlApplicationImplementationVersionsArgs args, InvokeOptions? opts = null)
        public static Output<GetMlApplicationImplementationVersionsResult> Invoke(GetMlApplicationImplementationVersionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMlApplicationImplementationVersionsResult> getMlApplicationImplementationVersions(GetMlApplicationImplementationVersionsArgs args, InvokeOptions options)
    public static Output<GetMlApplicationImplementationVersionsResult> getMlApplicationImplementationVersions(GetMlApplicationImplementationVersionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DataScience/getMlApplicationImplementationVersions:getMlApplicationImplementationVersions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MlApplicationImplementationId string
    unique MlApplicationImplementation identifier
    Filters List<GetMlApplicationImplementationVersionsFilter>
    State string
    A filter to return only resources matching the given lifecycleState.
    MlApplicationImplementationId string
    unique MlApplicationImplementation identifier
    Filters []GetMlApplicationImplementationVersionsFilter
    State string
    A filter to return only resources matching the given lifecycleState.
    mlApplicationImplementationId String
    unique MlApplicationImplementation identifier
    filters List<GetMlApplicationImplementationVersionsFilter>
    state String
    A filter to return only resources matching the given lifecycleState.
    mlApplicationImplementationId string
    unique MlApplicationImplementation identifier
    filters GetMlApplicationImplementationVersionsFilter[]
    state string
    A filter to return only resources matching the given lifecycleState.
    ml_application_implementation_id str
    unique MlApplicationImplementation identifier
    filters Sequence[GetMlApplicationImplementationVersionsFilter]
    state str
    A filter to return only resources matching the given lifecycleState.
    mlApplicationImplementationId String
    unique MlApplicationImplementation identifier
    filters List<Property Map>
    state String
    A filter to return only resources matching the given lifecycleState.

    getMlApplicationImplementationVersions Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    MlApplicationImplementationId string
    The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
    MlApplicationImplementationVersionCollections List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollection>
    The list of ml_application_implementation_version_collection.
    Filters List<GetMlApplicationImplementationVersionsFilter>
    State string
    The current state of the MlApplicationImplementationVersion.
    Id string
    The provider-assigned unique ID for this managed resource.
    MlApplicationImplementationId string
    The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
    MlApplicationImplementationVersionCollections []GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollection
    The list of ml_application_implementation_version_collection.
    Filters []GetMlApplicationImplementationVersionsFilter
    State string
    The current state of the MlApplicationImplementationVersion.
    id String
    The provider-assigned unique ID for this managed resource.
    mlApplicationImplementationId String
    The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
    mlApplicationImplementationVersionCollections List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollection>
    The list of ml_application_implementation_version_collection.
    filters List<GetMlApplicationImplementationVersionsFilter>
    state String
    The current state of the MlApplicationImplementationVersion.
    id string
    The provider-assigned unique ID for this managed resource.
    mlApplicationImplementationId string
    The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
    mlApplicationImplementationVersionCollections GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollection[]
    The list of ml_application_implementation_version_collection.
    filters GetMlApplicationImplementationVersionsFilter[]
    state string
    The current state of the MlApplicationImplementationVersion.
    id str
    The provider-assigned unique ID for this managed resource.
    ml_application_implementation_id str
    The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
    ml_application_implementation_version_collections Sequence[GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollection]
    The list of ml_application_implementation_version_collection.
    filters Sequence[GetMlApplicationImplementationVersionsFilter]
    state str
    The current state of the MlApplicationImplementationVersion.
    id String
    The provider-assigned unique ID for this managed resource.
    mlApplicationImplementationId String
    The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
    mlApplicationImplementationVersionCollections List<Property Map>
    The list of ml_application_implementation_version_collection.
    filters List<Property Map>
    state String
    The current state of the MlApplicationImplementationVersion.

    Supporting Types

    GetMlApplicationImplementationVersionsFilter

    Name string
    ML Application Implementation name which is unique for given ML Application.
    Values List<string>
    Regex bool
    Name string
    ML Application Implementation name which is unique for given ML Application.
    Values []string
    Regex bool
    name String
    ML Application Implementation name which is unique for given ML Application.
    values List<String>
    regex Boolean
    name string
    ML Application Implementation name which is unique for given ML Application.
    values string[]
    regex boolean
    name str
    ML Application Implementation name which is unique for given ML Application.
    values Sequence[str]
    regex bool
    name String
    ML Application Implementation name which is unique for given ML Application.
    values List<String>
    regex Boolean

    GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollection

    GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItem

    AllowedMigrationDestinations List<string>
    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.
    ApplicationComponents List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemApplicationComponent>
    List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
    ConfigurationSchemas List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemConfigurationSchema>
    Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
    DefinedTags 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
    FreeformTags 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 OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    LifecycleDetails 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.
    MlApplicationId string
    The OCID of the ML Application implemented by this ML Application Implementation.
    MlApplicationImplementationId string
    unique MlApplicationImplementation identifier
    MlApplicationName string
    The name of ML Application (based on mlApplicationId)
    MlApplicationPackageArguments List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemMlApplicationPackageArgument>
    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.
    PackageVersion 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
    A filter to return only resources matching the given lifecycleState.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
    AllowedMigrationDestinations []string
    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.
    ApplicationComponents []GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemApplicationComponent
    List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
    ConfigurationSchemas []GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemConfigurationSchema
    Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
    DefinedTags 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
    FreeformTags 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 OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    LifecycleDetails 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.
    MlApplicationId string
    The OCID of the ML Application implemented by this ML Application Implementation.
    MlApplicationImplementationId string
    unique MlApplicationImplementation identifier
    MlApplicationName string
    The name of ML Application (based on mlApplicationId)
    MlApplicationPackageArguments []GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemMlApplicationPackageArgument
    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.
    PackageVersion 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
    A filter to return only resources matching the given lifecycleState.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
    allowedMigrationDestinations List<String>
    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.
    applicationComponents List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemApplicationComponent>
    List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
    configurationSchemas List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemConfigurationSchema>
    Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
    definedTags 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
    freeformTags 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 OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    lifecycleDetails 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.
    mlApplicationId String
    The OCID of the ML Application implemented by this ML Application Implementation.
    mlApplicationImplementationId String
    unique MlApplicationImplementation identifier
    mlApplicationName String
    The name of ML Application (based on mlApplicationId)
    mlApplicationPackageArguments List<GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemMlApplicationPackageArgument>
    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.
    packageVersion 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
    A filter to return only resources matching the given lifecycleState.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
    allowedMigrationDestinations string[]
    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.
    applicationComponents GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemApplicationComponent[]
    List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
    configurationSchemas GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemConfigurationSchema[]
    Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
    definedTags {[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
    freeformTags {[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 OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    lifecycleDetails 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.
    mlApplicationId string
    The OCID of the ML Application implemented by this ML Application Implementation.
    mlApplicationImplementationId string
    unique MlApplicationImplementation identifier
    mlApplicationName string
    The name of ML Application (based on mlApplicationId)
    mlApplicationPackageArguments GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemMlApplicationPackageArgument[]
    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.
    packageVersion 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
    A filter to return only resources matching the given lifecycleState.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
    allowed_migration_destinations Sequence[str]
    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[GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemApplicationComponent]
    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[GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemConfigurationSchema]
    Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
    defined_tags 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
    freeform_tags 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 OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    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_id str
    The OCID of the ML Application implemented by this ML Application Implementation.
    ml_application_implementation_id str
    unique MlApplicationImplementation identifier
    ml_application_name str
    The name of ML Application (based on mlApplicationId)
    ml_application_package_arguments Sequence[GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemMlApplicationPackageArgument]
    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
    A filter to return only resources matching the given lifecycleState.
    system_tags 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.
    allowedMigrationDestinations List<String>
    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.
    applicationComponents 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.
    configurationSchemas 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.
    definedTags 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
    freeformTags 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 OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    lifecycleDetails 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.
    mlApplicationId String
    The OCID of the ML Application implemented by this ML Application Implementation.
    mlApplicationImplementationId String
    unique MlApplicationImplementation identifier
    mlApplicationName String
    The name of ML Application (based on mlApplicationId)
    mlApplicationPackageArguments List<Property Map>
    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.
    packageVersion 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
    A filter to return only resources matching the given lifecycleState.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.

    GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemApplicationComponent

    ApplicationId string
    OCID of Data Flow Application
    ComponentName string
    Name of application component
    Id string
    The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    JobId string
    OCID of Data Science Job
    ModelId string
    OCID of Data Science Model
    Name string
    ML Application Implementation name which is unique for given ML Application.
    PipelineId string
    OCID of Data Science Pipeline
    ResourceType string
    Type of the resource
    Type string
    type of the argument
    ApplicationId string
    OCID of Data Flow Application
    ComponentName string
    Name of application component
    Id string
    The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    JobId string
    OCID of Data Science Job
    ModelId string
    OCID of Data Science Model
    Name string
    ML Application Implementation name which is unique for given ML Application.
    PipelineId string
    OCID of Data Science Pipeline
    ResourceType string
    Type of the resource
    Type string
    type of the argument
    applicationId String
    OCID of Data Flow Application
    componentName String
    Name of application component
    id String
    The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    jobId String
    OCID of Data Science Job
    modelId String
    OCID of Data Science Model
    name String
    ML Application Implementation name which is unique for given ML Application.
    pipelineId String
    OCID of Data Science Pipeline
    resourceType String
    Type of the resource
    type String
    type of the argument
    applicationId string
    OCID of Data Flow Application
    componentName string
    Name of application component
    id string
    The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    jobId string
    OCID of Data Science Job
    modelId string
    OCID of Data Science Model
    name string
    ML Application Implementation name which is unique for given ML Application.
    pipelineId string
    OCID of Data Science Pipeline
    resourceType 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
    applicationId String
    OCID of Data Flow Application
    componentName String
    Name of application component
    id String
    The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
    jobId String
    OCID of Data Science Job
    modelId String
    OCID of Data Science Model
    name String
    ML Application Implementation name which is unique for given ML Application.
    pipelineId String
    OCID of Data Science Pipeline
    resourceType String
    Type of the resource
    type String
    type of the argument

    GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemConfigurationSchema

    DefaultValue 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
    IsMandatory bool
    argument is mandatory or not
    KeyName string
    Name of key (parameter name)
    SampleValue string
    Sample property value (it must match validationRegexp if it is specified)
    ValidationRegexp string
    A regular expression will be used for the validation of property value.
    ValueType string
    Type of value
    DefaultValue 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
    IsMandatory bool
    argument is mandatory or not
    KeyName string
    Name of key (parameter name)
    SampleValue string
    Sample property value (it must match validationRegexp if it is specified)
    ValidationRegexp string
    A regular expression will be used for the validation of property value.
    ValueType string
    Type of value
    defaultValue 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
    isMandatory Boolean
    argument is mandatory or not
    keyName String
    Name of key (parameter name)
    sampleValue String
    Sample property value (it must match validationRegexp if it is specified)
    validationRegexp String
    A regular expression will be used for the validation of property value.
    valueType String
    Type of value
    defaultValue 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
    isMandatory boolean
    argument is mandatory or not
    keyName string
    Name of key (parameter name)
    sampleValue string
    Sample property value (it must match validationRegexp if it is specified)
    validationRegexp string
    A regular expression will be used for the validation of property value.
    valueType 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
    defaultValue 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
    isMandatory Boolean
    argument is mandatory or not
    keyName String
    Name of key (parameter name)
    sampleValue String
    Sample property value (it must match validationRegexp if it is specified)
    validationRegexp String
    A regular expression will be used for the validation of property value.
    valueType String
    Type of value

    GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemMlApplicationPackageArgument

    arguments List<Property Map>
    Array of the ML Application package arguments

    GetMlApplicationImplementationVersionsMlApplicationImplementationVersionCollectionItemMlApplicationPackageArgumentArgument

    Description string
    short description of the argument
    IsMandatory 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
    IsMandatory 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
    isMandatory 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
    isMandatory 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
    isMandatory 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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate