Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi
oci.DataScience.getMlApplicationInstances
Explore with Pulumi AI
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:
- Compartment
Id string - Filter results by the OCID of the compartment.
- Display
Name string - Filter results by its user-friendly name.
- Filters
List<Get
Ml Application Instances Filter> - Ml
Application stringId - unique MlApplication identifier
- State string
- A filter to return only resources matching the given lifecycleState.
- Compartment
Id string - Filter results by the OCID of the compartment.
- Display
Name string - Filter results by its user-friendly name.
- Filters
[]Get
Ml Application Instances Filter - Ml
Application stringId - unique MlApplication identifier
- State string
- A filter to return only resources matching the given lifecycleState.
- compartment
Id String - Filter results by the OCID of the compartment.
- display
Name String - Filter results by its user-friendly name.
- filters
List<Get
Ml Application Instances Filter> - ml
Application StringId - unique MlApplication identifier
- state String
- A filter to return only resources matching the given lifecycleState.
- compartment
Id string - Filter results by the OCID of the compartment.
- display
Name string - Filter results by its user-friendly name.
- filters
Get
Ml Application Instances Filter[] - ml
Application stringId - 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.
Get Ml Application Instances Filter] - ml_
application_ strid - unique MlApplication identifier
- state str
- A filter to return only resources matching the given lifecycleState.
- compartment
Id String - Filter results by the OCID of the compartment.
- display
Name String - Filter results by its user-friendly name.
- filters List<Property Map>
- ml
Application StringId - unique MlApplication identifier
- state String
- A filter to return only resources matching the given lifecycleState.
getMlApplicationInstances Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment where the MlApplicationInstance is created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ml
Application List<GetInstance Collections Ml Application Instances Ml Application Instance Collection> - The list of ml_application_instance_collection.
- Display
Name string - The name of MlApplicationInstance. System will generate displayName when not provided during creation.
- Filters
List<Get
Ml Application Instances Filter> - Ml
Application stringId - 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 string - The OCID of the compartment where the MlApplicationInstance is created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ml
Application []GetInstance Collections Ml Application Instances Ml Application Instance Collection - The list of ml_application_instance_collection.
- Display
Name string - The name of MlApplicationInstance. System will generate displayName when not provided during creation.
- Filters
[]Get
Ml Application Instances Filter - Ml
Application stringId - 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 String - The OCID of the compartment where the MlApplicationInstance is created.
- id String
- The provider-assigned unique ID for this managed resource.
- ml
Application List<GetInstance Collections Ml Application Instances Ml Application Instance Collection> - The list of ml_application_instance_collection.
- display
Name String - The name of MlApplicationInstance. System will generate displayName when not provided during creation.
- filters
List<Get
Ml Application Instances Filter> - ml
Application StringId - 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 string - The OCID of the compartment where the MlApplicationInstance is created.
- id string
- The provider-assigned unique ID for this managed resource.
- ml
Application GetInstance Collections Ml Application Instances Ml Application Instance Collection[] - The list of ml_application_instance_collection.
- display
Name string - The name of MlApplicationInstance. System will generate displayName when not provided during creation.
- filters
Get
Ml Application Instances Filter[] - ml
Application stringId - 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_ Sequence[datascience.instance_ collections Get Ml Application Instances Ml Application Instance Collection] - 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.
Get Ml Application Instances Filter] - ml_
application_ strid - 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.
- compartment
Id String - The OCID of the compartment where the MlApplicationInstance is created.
- id String
- The provider-assigned unique ID for this managed resource.
- ml
Application List<Property Map>Instance Collections - The list of ml_application_instance_collection.
- display
Name String - The name of MlApplicationInstance. System will generate displayName when not provided during creation.
- filters List<Property Map>
- ml
Application StringId - 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
GetMlApplicationInstancesMlApplicationInstanceCollection
GetMlApplicationInstancesMlApplicationInstanceCollectionItem
- Auth
Configurations List<GetMl Application Instances Ml Application Instance Collection Item Auth Configuration> - AuthN/Z configuration for online prediction
- Compartment
Id string - Filter results by the OCID of the compartment.
- Configurations
List<Get
Ml Application Instances Ml Application Instance Collection Item Configuration> - Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- 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
- Is
Enabled bool - States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
- 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.
- Lifecycle
Substate 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.
- Ml
Application stringId - unique MlApplication identifier
- Ml
Application stringImplementation Id - The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
- Ml
Application stringImplementation Name - The name of Ml Application Implementation (based on mlApplicationImplementationId)
- Ml
Application stringName - The name of ML Application (based on mlApplicationId).
- Prediction
Endpoint List<GetDetails Ml Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail> - Prediction endpoint related information.
- State string
- A filter to return only resources matching the given lifecycleState.
- 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 - The time the the MlApplication was created. An RFC3339 formatted datetime string
- Time
Updated string - Time of last MlApplicationInstance update in the format defined by RFC 3339.
- Auth
Configurations []GetMl Application Instances Ml Application Instance Collection Item Auth Configuration - AuthN/Z configuration for online prediction
- Compartment
Id string - Filter results by the OCID of the compartment.
- Configurations
[]Get
Ml Application Instances Ml Application Instance Collection Item Configuration - Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- 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
- Is
Enabled bool - States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
- 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.
- Lifecycle
Substate 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.
- Ml
Application stringId - unique MlApplication identifier
- Ml
Application stringImplementation Id - The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
- Ml
Application stringImplementation Name - The name of Ml Application Implementation (based on mlApplicationImplementationId)
- Ml
Application stringName - The name of ML Application (based on mlApplicationId).
- Prediction
Endpoint []GetDetails Ml Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail - Prediction endpoint related information.
- State string
- A filter to return only resources matching the given lifecycleState.
- 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 - The time the the MlApplication was created. An RFC3339 formatted datetime string
- Time
Updated string - Time of last MlApplicationInstance update in the format defined by RFC 3339.
- auth
Configurations List<GetMl Application Instances Ml Application Instance Collection Item Auth Configuration> - AuthN/Z configuration for online prediction
- compartment
Id String - Filter results by the OCID of the compartment.
- configurations
List<Get
Ml Application Instances Ml Application Instance Collection Item Configuration> - Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- 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
- is
Enabled Boolean - States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
- 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.
- lifecycle
Substate 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.
- ml
Application StringId - unique MlApplication identifier
- ml
Application StringImplementation Id - The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
- ml
Application StringImplementation Name - The name of Ml Application Implementation (based on mlApplicationImplementationId)
- ml
Application StringName - The name of ML Application (based on mlApplicationId).
- prediction
Endpoint List<GetDetails Ml Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail> - Prediction endpoint related information.
- state String
- A filter to return only resources matching the given lifecycleState.
- 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 - The time the the MlApplication was created. An RFC3339 formatted datetime string
- time
Updated String - Time of last MlApplicationInstance update in the format defined by RFC 3339.
- auth
Configurations GetMl Application Instances Ml Application Instance Collection Item Auth Configuration[] - AuthN/Z configuration for online prediction
- compartment
Id string - Filter results by the OCID of the compartment.
- configurations
Get
Ml Application Instances Ml Application Instance Collection Item Configuration[] - Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - Filter results by its user-friendly name.
- {[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
- is
Enabled boolean - States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
- 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.
- lifecycle
Substate 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.
- ml
Application stringId - unique MlApplication identifier
- ml
Application stringImplementation Id - The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
- ml
Application stringImplementation Name - The name of Ml Application Implementation (based on mlApplicationImplementationId)
- ml
Application stringName - The name of ML Application (based on mlApplicationId).
- prediction
Endpoint GetDetails Ml Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail[] - Prediction endpoint related information.
- state string
- A filter to return only resources matching the given lifecycleState.
- {[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 - The time the the MlApplication was created. An RFC3339 formatted datetime string
- time
Updated string - Time of last MlApplicationInstance update in the format defined by RFC 3339.
- auth_
configurations Sequence[datascience.Get Ml Application Instances Ml Application Instance Collection Item Auth Configuration] - AuthN/Z configuration for online prediction
- compartment_
id str - Filter results by the OCID of the compartment.
- configurations
Sequence[datascience.
Get Ml Application Instances Ml Application Instance Collection Item Configuration] - Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.
- 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.
- 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_ strid - unique MlApplication identifier
- ml_
application_ strimplementation_ id - The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
- ml_
application_ strimplementation_ name - The name of Ml Application Implementation (based on mlApplicationImplementationId)
- ml_
application_ strname - The name of ML Application (based on mlApplicationId).
- prediction_
endpoint_ Sequence[datascience.details Get Ml Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail] - Prediction endpoint related information.
- state str
- A filter to return only resources matching the given lifecycleState.
- 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.
- auth
Configurations List<Property Map> - AuthN/Z configuration for online prediction
- compartment
Id 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.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- 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
- is
Enabled Boolean - States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
- 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.
- lifecycle
Substate 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.
- ml
Application StringId - unique MlApplication identifier
- ml
Application StringImplementation Id - The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
- ml
Application StringImplementation Name - The name of Ml Application Implementation (based on mlApplicationImplementationId)
- ml
Application StringName - The name of ML Application (based on mlApplicationId).
- prediction
Endpoint List<Property Map>Details - Prediction endpoint related information.
- state String
- A filter to return only resources matching the given lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the the MlApplication was created. An RFC3339 formatted datetime string
- time
Updated String - Time of last MlApplicationInstance update in the format defined by RFC 3339.
GetMlApplicationInstancesMlApplicationInstanceCollectionItemAuthConfiguration
- Application
Name string - Name of the IDCS application
- Domain
Id string - Identity Domain OCID
- Type string
- Type of AuthN/Z
- Application
Name string - Name of the IDCS application
- Domain
Id string - Identity Domain OCID
- Type string
- Type of AuthN/Z
- application
Name String - Name of the IDCS application
- domain
Id String - Identity Domain OCID
- type String
- Type of AuthN/Z
- application
Name string - Name of the IDCS application
- domain
Id 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
- application
Name String - Name of the IDCS application
- domain
Id String - Identity Domain OCID
- type String
- Type of AuthN/Z
GetMlApplicationInstancesMlApplicationInstanceCollectionItemConfiguration
GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetail
- Base
Prediction stringUri - Base URI of prediction router.
- Prediction
Uris List<GetMl Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail Prediction Uri> - Array of all prediction URIs per use-case.
- Base
Prediction stringUri - Base URI of prediction router.
- Prediction
Uris []GetMl Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail Prediction Uri - Array of all prediction URIs per use-case.
- base
Prediction StringUri - Base URI of prediction router.
- prediction
Uris List<GetMl Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail Prediction Uri> - Array of all prediction URIs per use-case.
- base
Prediction stringUri - Base URI of prediction router.
- prediction
Uris GetMl Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail Prediction Uri[] - Array of all prediction URIs per use-case.
- base_
prediction_ struri - Base URI of prediction router.
- prediction_
uris Sequence[datascience.Get Ml Application Instances Ml Application Instance Collection Item Prediction Endpoint Detail Prediction Uri] - Array of all prediction URIs per use-case.
- base
Prediction StringUri - Base URI of prediction router.
- prediction
Uris List<Property Map> - Array of all prediction URIs per use-case.
GetMlApplicationInstancesMlApplicationInstanceCollectionItemPredictionEndpointDetailPredictionUri
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.