1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getMlApplicationInstances
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

oci.DataScience.getMlApplicationInstances

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

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

    Returns a list of MlApplicationsInstances.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testMlApplicationInstances = oci.DataScience.getMlApplicationInstances({
        compartmentId: compartmentId,
        displayName: mlApplicationInstanceDisplayName,
        mlApplicationId: testMlApplication.id,
        state: mlApplicationInstanceState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_ml_application_instances = oci.DataScience.get_ml_application_instances(compartment_id=compartment_id,
        display_name=ml_application_instance_display_name,
        ml_application_id=test_ml_application["id"],
        state=ml_application_instance_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := datascience.GetMlApplicationInstances(ctx, &datascience.GetMlApplicationInstancesArgs{
    			CompartmentId:   compartmentId,
    			DisplayName:     pulumi.StringRef(mlApplicationInstanceDisplayName),
    			MlApplicationId: pulumi.StringRef(testMlApplication.Id),
    			State:           pulumi.StringRef(mlApplicationInstanceState),
    		}, 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 testMlApplicationInstances = Oci.DataScience.GetMlApplicationInstances.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = mlApplicationInstanceDisplayName,
            MlApplicationId = testMlApplication.Id,
            State = mlApplicationInstanceState,
        });
    
    });
    
    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.GetMlApplicationInstancesArgs;
    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 testMlApplicationInstances = DataScienceFunctions.getMlApplicationInstances(GetMlApplicationInstancesArgs.builder()
                .compartmentId(compartmentId)
                .displayName(mlApplicationInstanceDisplayName)
                .mlApplicationId(testMlApplication.id())
                .state(mlApplicationInstanceState)
                .build());
    
        }
    }
    
    variables:
      testMlApplicationInstances:
        fn::invoke:
          function: oci:DataScience:getMlApplicationInstances
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${mlApplicationInstanceDisplayName}
            mlApplicationId: ${testMlApplication.id}
            state: ${mlApplicationInstanceState}
    

    Using getMlApplicationInstances

    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 getMlApplicationInstances(args: GetMlApplicationInstancesArgs, opts?: InvokeOptions): Promise<GetMlApplicationInstancesResult>
    function getMlApplicationInstancesOutput(args: GetMlApplicationInstancesOutputArgs, opts?: InvokeOptions): Output<GetMlApplicationInstancesResult>
    def get_ml_application_instances(compartment_id: Optional[str] = None,
                                     display_name: Optional[str] = None,
                                     filters: Optional[Sequence[_datascience.GetMlApplicationInstancesFilter]] = None,
                                     ml_application_id: Optional[str] = None,
                                     state: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetMlApplicationInstancesResult
    def get_ml_application_instances_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                     display_name: Optional[pulumi.Input[str]] = None,
                                     filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datascience.GetMlApplicationInstancesFilterArgs]]]] = None,
                                     ml_application_id: Optional[pulumi.Input[str]] = None,
                                     state: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetMlApplicationInstancesResult]
    func GetMlApplicationInstances(ctx *Context, args *GetMlApplicationInstancesArgs, opts ...InvokeOption) (*GetMlApplicationInstancesResult, error)
    func GetMlApplicationInstancesOutput(ctx *Context, args *GetMlApplicationInstancesOutputArgs, opts ...InvokeOption) GetMlApplicationInstancesResultOutput

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

    public static class GetMlApplicationInstances 
    {
        public static Task<GetMlApplicationInstancesResult> InvokeAsync(GetMlApplicationInstancesArgs args, InvokeOptions? opts = null)
        public static Output<GetMlApplicationInstancesResult> Invoke(GetMlApplicationInstancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMlApplicationInstancesResult> getMlApplicationInstances(GetMlApplicationInstancesArgs args, InvokeOptions options)
    public static Output<GetMlApplicationInstancesResult> getMlApplicationInstances(GetMlApplicationInstancesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DataScience/getMlApplicationInstances:getMlApplicationInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    Filter results by the OCID of the compartment.
    DisplayName string
    Filter results by its user-friendly name.
    Filters List<GetMlApplicationInstancesFilter>
    MlApplicationId string
    unique MlApplication identifier
    State string
    A filter to return only resources matching the given lifecycleState.
    CompartmentId string
    Filter results by the OCID of the compartment.
    DisplayName string
    Filter results by its user-friendly name.
    Filters []GetMlApplicationInstancesFilter
    MlApplicationId string
    unique MlApplication identifier
    State string
    A filter to return only resources matching the given lifecycleState.
    compartmentId String
    Filter results by the OCID of the compartment.
    displayName String
    Filter results by its user-friendly name.
    filters List<GetMlApplicationInstancesFilter>
    mlApplicationId String
    unique MlApplication identifier
    state String
    A filter to return only resources matching the given lifecycleState.
    compartmentId string
    Filter results by the OCID of the compartment.
    displayName string
    Filter results by its user-friendly name.
    filters GetMlApplicationInstancesFilter[]
    mlApplicationId string
    unique MlApplication identifier
    state string
    A filter to return only resources matching the given lifecycleState.
    compartment_id str
    Filter results by the OCID of the compartment.
    display_name str
    Filter results by its user-friendly name.
    filters Sequence[datascience.GetMlApplicationInstancesFilter]
    ml_application_id str
    unique MlApplication identifier
    state str
    A filter to return only resources matching the given lifecycleState.
    compartmentId String
    Filter results by the OCID of the compartment.
    displayName String
    Filter results by its user-friendly name.
    filters List<Property Map>
    mlApplicationId String
    unique MlApplication identifier
    state String
    A filter to return only resources matching the given lifecycleState.

    getMlApplicationInstances Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment where the MlApplicationInstance is created.
    Id string
    The provider-assigned unique ID for this managed resource.
    MlApplicationInstanceCollections List<GetMlApplicationInstancesMlApplicationInstanceCollection>
    The list of ml_application_instance_collection.
    DisplayName string
    The name of MlApplicationInstance. System will generate displayName when not provided during creation.
    Filters List<GetMlApplicationInstancesFilter>
    MlApplicationId string
    The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
    State string
    The current state of the MlApplicationInstance.
    CompartmentId string
    The OCID of the compartment where the MlApplicationInstance is created.
    Id string
    The provider-assigned unique ID for this managed resource.
    MlApplicationInstanceCollections []GetMlApplicationInstancesMlApplicationInstanceCollection
    The list of ml_application_instance_collection.
    DisplayName string
    The name of MlApplicationInstance. System will generate displayName when not provided during creation.
    Filters []GetMlApplicationInstancesFilter
    MlApplicationId string
    The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
    State string
    The current state of the MlApplicationInstance.
    compartmentId String
    The OCID of the compartment where the MlApplicationInstance is created.
    id String
    The provider-assigned unique ID for this managed resource.
    mlApplicationInstanceCollections List<GetMlApplicationInstancesMlApplicationInstanceCollection>
    The list of ml_application_instance_collection.
    displayName String
    The name of MlApplicationInstance. System will generate displayName when not provided during creation.
    filters List<GetMlApplicationInstancesFilter>
    mlApplicationId String
    The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
    state String
    The current state of the MlApplicationInstance.
    compartmentId string
    The OCID of the compartment where the MlApplicationInstance is created.
    id string
    The provider-assigned unique ID for this managed resource.
    mlApplicationInstanceCollections GetMlApplicationInstancesMlApplicationInstanceCollection[]
    The list of ml_application_instance_collection.
    displayName string
    The name of MlApplicationInstance. System will generate displayName when not provided during creation.
    filters GetMlApplicationInstancesFilter[]
    mlApplicationId string
    The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
    state string
    The current state of the MlApplicationInstance.
    compartment_id str
    The OCID of the compartment where the MlApplicationInstance is created.
    id str
    The provider-assigned unique ID for this managed resource.
    ml_application_instance_collections Sequence[datascience.GetMlApplicationInstancesMlApplicationInstanceCollection]
    The list of ml_application_instance_collection.
    display_name str
    The name of MlApplicationInstance. System will generate displayName when not provided during creation.
    filters Sequence[datascience.GetMlApplicationInstancesFilter]
    ml_application_id str
    The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
    state str
    The current state of the MlApplicationInstance.
    compartmentId String
    The OCID of the compartment where the MlApplicationInstance is created.
    id String
    The provider-assigned unique ID for this managed resource.
    mlApplicationInstanceCollections List<Property Map>
    The list of ml_application_instance_collection.
    displayName String
    The name of MlApplicationInstance. System will generate displayName when not provided during creation.
    filters List<Property Map>
    mlApplicationId String
    The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
    state String
    The current state of the MlApplicationInstance.

    Supporting Types

    GetMlApplicationInstancesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetMlApplicationInstancesMlApplicationInstanceCollection

    GetMlApplicationInstancesMlApplicationInstanceCollectionItem

    AuthConfigurations List<GetMlApplicationInstancesMlApplicationInstanceCollectionItemAuthConfiguration>
    AuthN/Z configuration for online prediction
    CompartmentId string
    Filter results by the OCID of the compartment.
    Configurations List<GetMlApplicationInstancesMlApplicationInstanceCollectionItemConfiguration>
    Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
    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"}
    DisplayName string
    Filter results by its user-friendly name.
    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 MlApplicationInstance. Unique identifier that is immutable after creation
    IsEnabled bool
    States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
    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.
    LifecycleSubstate string
    The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all Oracle Cloud Infrastructure resources. The NEEDS_ATTENTION and FAILED substates are deprecated in favor of (NON_)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release.
    MlApplicationId string
    unique MlApplication identifier
    MlApplicationImplementationId string
    The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
    MlApplicationImplementationName string
    The name of Ml Application Implementation (based on mlApplicationImplementationId)
    MlApplicationName string
    The name of ML Application (based on mlApplicationId).
    PredictionEndpointDetails List<GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetail>
    Prediction endpoint related information.
    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
    The time the the MlApplication was created. An RFC3339 formatted datetime string
    TimeUpdated string
    Time of last MlApplicationInstance update in the format defined by RFC 3339.
    AuthConfigurations []GetMlApplicationInstancesMlApplicationInstanceCollectionItemAuthConfiguration
    AuthN/Z configuration for online prediction
    CompartmentId string
    Filter results by the OCID of the compartment.
    Configurations []GetMlApplicationInstancesMlApplicationInstanceCollectionItemConfiguration
    Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
    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"}
    DisplayName string
    Filter results by its user-friendly name.
    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 MlApplicationInstance. Unique identifier that is immutable after creation
    IsEnabled bool
    States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
    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.
    LifecycleSubstate string
    The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all Oracle Cloud Infrastructure resources. The NEEDS_ATTENTION and FAILED substates are deprecated in favor of (NON_)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release.
    MlApplicationId string
    unique MlApplication identifier
    MlApplicationImplementationId string
    The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
    MlApplicationImplementationName string
    The name of Ml Application Implementation (based on mlApplicationImplementationId)
    MlApplicationName string
    The name of ML Application (based on mlApplicationId).
    PredictionEndpointDetails []GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetail
    Prediction endpoint related information.
    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
    The time the the MlApplication was created. An RFC3339 formatted datetime string
    TimeUpdated string
    Time of last MlApplicationInstance update in the format defined by RFC 3339.
    authConfigurations List<GetMlApplicationInstancesMlApplicationInstanceCollectionItemAuthConfiguration>
    AuthN/Z configuration for online prediction
    compartmentId String
    Filter results by the OCID of the compartment.
    configurations List<GetMlApplicationInstancesMlApplicationInstanceCollectionItemConfiguration>
    Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
    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"}
    displayName String
    Filter results by its user-friendly name.
    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 MlApplicationInstance. Unique identifier that is immutable after creation
    isEnabled Boolean
    States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
    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.
    lifecycleSubstate String
    The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all Oracle Cloud Infrastructure resources. The NEEDS_ATTENTION and FAILED substates are deprecated in favor of (NON_)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release.
    mlApplicationId String
    unique MlApplication identifier
    mlApplicationImplementationId String
    The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
    mlApplicationImplementationName String
    The name of Ml Application Implementation (based on mlApplicationImplementationId)
    mlApplicationName String
    The name of ML Application (based on mlApplicationId).
    predictionEndpointDetails List<GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetail>
    Prediction endpoint related information.
    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
    The time the the MlApplication was created. An RFC3339 formatted datetime string
    timeUpdated String
    Time of last MlApplicationInstance update in the format defined by RFC 3339.
    authConfigurations GetMlApplicationInstancesMlApplicationInstanceCollectionItemAuthConfiguration[]
    AuthN/Z configuration for online prediction
    compartmentId string
    Filter results by the OCID of the compartment.
    configurations GetMlApplicationInstancesMlApplicationInstanceCollectionItemConfiguration[]
    Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
    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"}
    displayName string
    Filter results by its user-friendly name.
    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 MlApplicationInstance. Unique identifier that is immutable after creation
    isEnabled boolean
    States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
    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.
    lifecycleSubstate string
    The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all Oracle Cloud Infrastructure resources. The NEEDS_ATTENTION and FAILED substates are deprecated in favor of (NON_)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release.
    mlApplicationId string
    unique MlApplication identifier
    mlApplicationImplementationId string
    The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
    mlApplicationImplementationName string
    The name of Ml Application Implementation (based on mlApplicationImplementationId)
    mlApplicationName string
    The name of ML Application (based on mlApplicationId).
    predictionEndpointDetails GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetail[]
    Prediction endpoint related information.
    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
    The time the the MlApplication was created. An RFC3339 formatted datetime string
    timeUpdated string
    Time of last MlApplicationInstance update in the format defined by RFC 3339.
    auth_configurations Sequence[datascience.GetMlApplicationInstancesMlApplicationInstanceCollectionItemAuthConfiguration]
    AuthN/Z configuration for online prediction
    compartment_id str
    Filter results by the OCID of the compartment.
    configurations Sequence[datascience.GetMlApplicationInstancesMlApplicationInstanceCollectionItemConfiguration]
    Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
    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"}
    display_name str
    Filter results by its user-friendly name.
    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 MlApplicationInstance. Unique identifier that is immutable after creation
    is_enabled bool
    States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
    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.
    lifecycle_substate str
    The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all Oracle Cloud Infrastructure resources. The NEEDS_ATTENTION and FAILED substates are deprecated in favor of (NON_)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release.
    ml_application_id str
    unique MlApplication identifier
    ml_application_implementation_id str
    The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
    ml_application_implementation_name str
    The name of Ml Application Implementation (based on mlApplicationImplementationId)
    ml_application_name str
    The name of ML Application (based on mlApplicationId).
    prediction_endpoint_details Sequence[datascience.GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetail]
    Prediction endpoint related information.
    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
    The time the the MlApplication was created. An RFC3339 formatted datetime string
    time_updated str
    Time of last MlApplicationInstance update in the format defined by RFC 3339.
    authConfigurations List<Property Map>
    AuthN/Z configuration for online prediction
    compartmentId String
    Filter results by the OCID of the compartment.
    configurations List<Property Map>
    Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    Filter results by its user-friendly name.
    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 MlApplicationInstance. Unique identifier that is immutable after creation
    isEnabled Boolean
    States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
    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.
    lifecycleSubstate String
    The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all Oracle Cloud Infrastructure resources. The NEEDS_ATTENTION and FAILED substates are deprecated in favor of (NON_)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release.
    mlApplicationId String
    unique MlApplication identifier
    mlApplicationImplementationId String
    The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
    mlApplicationImplementationName String
    The name of Ml Application Implementation (based on mlApplicationImplementationId)
    mlApplicationName String
    The name of ML Application (based on mlApplicationId).
    predictionEndpointDetails List<Property Map>
    Prediction endpoint related information.
    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
    The time the the MlApplication was created. An RFC3339 formatted datetime string
    timeUpdated String
    Time of last MlApplicationInstance update in the format defined by RFC 3339.

    GetMlApplicationInstancesMlApplicationInstanceCollectionItemAuthConfiguration

    ApplicationName string
    Name of the IDCS application
    DomainId string
    Identity Domain OCID
    Type string
    Type of AuthN/Z
    ApplicationName string
    Name of the IDCS application
    DomainId string
    Identity Domain OCID
    Type string
    Type of AuthN/Z
    applicationName String
    Name of the IDCS application
    domainId String
    Identity Domain OCID
    type String
    Type of AuthN/Z
    applicationName string
    Name of the IDCS application
    domainId string
    Identity Domain OCID
    type string
    Type of AuthN/Z
    application_name str
    Name of the IDCS application
    domain_id str
    Identity Domain OCID
    type str
    Type of AuthN/Z
    applicationName String
    Name of the IDCS application
    domainId String
    Identity Domain OCID
    type String
    Type of AuthN/Z

    GetMlApplicationInstancesMlApplicationInstanceCollectionItemConfiguration

    Key string
    Key of configuration property
    Value string
    Value of configuration property
    Key string
    Key of configuration property
    Value string
    Value of configuration property
    key String
    Key of configuration property
    value String
    Value of configuration property
    key string
    Key of configuration property
    value string
    Value of configuration property
    key str
    Key of configuration property
    value str
    Value of configuration property
    key String
    Key of configuration property
    value String
    Value of configuration property

    GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetail

    basePredictionUri String
    Base URI of prediction router.
    predictionUris List<Property Map>
    Array of all prediction URIs per use-case.

    GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetailPredictionUri

    Uri string
    Prediction URI.
    UseCase string
    Prediction use-case.
    Uri string
    Prediction URI.
    UseCase string
    Prediction use-case.
    uri String
    Prediction URI.
    useCase String
    Prediction use-case.
    uri string
    Prediction URI.
    useCase string
    Prediction use-case.
    uri str
    Prediction URI.
    use_case str
    Prediction use-case.
    uri String
    Prediction URI.
    useCase String
    Prediction use-case.

    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 v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi