1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getModelDeployments
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.DataScience.getModelDeployments

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

This data source provides the list of Model Deployments in Oracle Cloud Infrastructure Datascience service.

Lists all model deployments in the specified compartment. Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testModelDeployments = oci.DataScience.getModelDeployments({
    compartmentId: compartmentId,
    createdBy: modelDeploymentCreatedBy,
    displayName: modelDeploymentDisplayName,
    id: modelDeploymentId,
    projectId: testProject.id,
    state: modelDeploymentState,
});
Copy
import pulumi
import pulumi_oci as oci

test_model_deployments = oci.DataScience.get_model_deployments(compartment_id=compartment_id,
    created_by=model_deployment_created_by,
    display_name=model_deployment_display_name,
    id=model_deployment_id,
    project_id=test_project["id"],
    state=model_deployment_state)
Copy
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.GetModelDeployments(ctx, &datascience.GetModelDeploymentsArgs{
			CompartmentId: compartmentId,
			CreatedBy:     pulumi.StringRef(modelDeploymentCreatedBy),
			DisplayName:   pulumi.StringRef(modelDeploymentDisplayName),
			Id:            pulumi.StringRef(modelDeploymentId),
			ProjectId:     pulumi.StringRef(testProject.Id),
			State:         pulumi.StringRef(modelDeploymentState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testModelDeployments = Oci.DataScience.GetModelDeployments.Invoke(new()
    {
        CompartmentId = compartmentId,
        CreatedBy = modelDeploymentCreatedBy,
        DisplayName = modelDeploymentDisplayName,
        Id = modelDeploymentId,
        ProjectId = testProject.Id,
        State = modelDeploymentState,
    });

});
Copy
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.GetModelDeploymentsArgs;
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 testModelDeployments = DataScienceFunctions.getModelDeployments(GetModelDeploymentsArgs.builder()
            .compartmentId(compartmentId)
            .createdBy(modelDeploymentCreatedBy)
            .displayName(modelDeploymentDisplayName)
            .id(modelDeploymentId)
            .projectId(testProject.id())
            .state(modelDeploymentState)
            .build());

    }
}
Copy
variables:
  testModelDeployments:
    fn::invoke:
      function: oci:DataScience:getModelDeployments
      arguments:
        compartmentId: ${compartmentId}
        createdBy: ${modelDeploymentCreatedBy}
        displayName: ${modelDeploymentDisplayName}
        id: ${modelDeploymentId}
        projectId: ${testProject.id}
        state: ${modelDeploymentState}
Copy

Using getModelDeployments

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 getModelDeployments(args: GetModelDeploymentsArgs, opts?: InvokeOptions): Promise<GetModelDeploymentsResult>
function getModelDeploymentsOutput(args: GetModelDeploymentsOutputArgs, opts?: InvokeOptions): Output<GetModelDeploymentsResult>
Copy
def get_model_deployments(compartment_id: Optional[str] = None,
                          created_by: Optional[str] = None,
                          display_name: Optional[str] = None,
                          filters: Optional[Sequence[_datascience.GetModelDeploymentsFilter]] = None,
                          id: Optional[str] = None,
                          project_id: Optional[str] = None,
                          state: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetModelDeploymentsResult
def get_model_deployments_output(compartment_id: Optional[pulumi.Input[str]] = None,
                          created_by: Optional[pulumi.Input[str]] = None,
                          display_name: Optional[pulumi.Input[str]] = None,
                          filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datascience.GetModelDeploymentsFilterArgs]]]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          project_id: Optional[pulumi.Input[str]] = None,
                          state: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetModelDeploymentsResult]
Copy
func GetModelDeployments(ctx *Context, args *GetModelDeploymentsArgs, opts ...InvokeOption) (*GetModelDeploymentsResult, error)
func GetModelDeploymentsOutput(ctx *Context, args *GetModelDeploymentsOutputArgs, opts ...InvokeOption) GetModelDeploymentsResultOutput
Copy

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

public static class GetModelDeployments 
{
    public static Task<GetModelDeploymentsResult> InvokeAsync(GetModelDeploymentsArgs args, InvokeOptions? opts = null)
    public static Output<GetModelDeploymentsResult> Invoke(GetModelDeploymentsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetModelDeploymentsResult> getModelDeployments(GetModelDeploymentsArgs args, InvokeOptions options)
public static Output<GetModelDeploymentsResult> getModelDeployments(GetModelDeploymentsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataScience/getModelDeployments:getModelDeployments
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
Filter results by the OCID of the compartment.
CreatedBy string
Filter results by the OCID of the user who created the resource.
DisplayName string
Filter results by its user-friendly name.
Filters Changes to this property will trigger replacement. List<GetModelDeploymentsFilter>
Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
ProjectId string
Filter results by the OCID of the project.
State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
CompartmentId This property is required. string
Filter results by the OCID of the compartment.
CreatedBy string
Filter results by the OCID of the user who created the resource.
DisplayName string
Filter results by its user-friendly name.
Filters Changes to this property will trigger replacement. []GetModelDeploymentsFilter
Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
ProjectId string
Filter results by the OCID of the project.
State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartmentId This property is required. String
Filter results by the OCID of the compartment.
createdBy String
Filter results by the OCID of the user who created the resource.
displayName String
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. List<GetModelDeploymentsFilter>
id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
projectId String
Filter results by the OCID of the project.
state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartmentId This property is required. string
Filter results by the OCID of the compartment.
createdBy string
Filter results by the OCID of the user who created the resource.
displayName string
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. GetModelDeploymentsFilter[]
id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
projectId string
Filter results by the OCID of the project.
state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartment_id This property is required. str
Filter results by the OCID of the compartment.
created_by str
Filter results by the OCID of the user who created the resource.
display_name str
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. Sequence[datascience.GetModelDeploymentsFilter]
id str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
project_id str
Filter results by the OCID of the project.
state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartmentId This property is required. String
Filter results by the OCID of the compartment.
createdBy String
Filter results by the OCID of the user who created the resource.
displayName String
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. List<Property Map>
id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
projectId String
Filter results by the OCID of the project.
state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.

getModelDeployments Result

The following output properties are available:

CompartmentId string
The OCID of the model deployment's compartment.
ModelDeployments List<GetModelDeploymentsModelDeployment>
The list of model_deployments.
CreatedBy string
The OCID of the user who created the model deployment.
DisplayName string
A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: My ModelDeployment
Filters List<GetModelDeploymentsFilter>
Id string
The OCID of the model deployment.
ProjectId string
The OCID of the project associated with the model deployment.
State string
The state of the model deployment.
CompartmentId string
The OCID of the model deployment's compartment.
ModelDeployments []GetModelDeploymentsModelDeployment
The list of model_deployments.
CreatedBy string
The OCID of the user who created the model deployment.
DisplayName string
A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: My ModelDeployment
Filters []GetModelDeploymentsFilter
Id string
The OCID of the model deployment.
ProjectId string
The OCID of the project associated with the model deployment.
State string
The state of the model deployment.
compartmentId String
The OCID of the model deployment's compartment.
modelDeployments List<GetModelDeploymentsModelDeployment>
The list of model_deployments.
createdBy String
The OCID of the user who created the model deployment.
displayName String
A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: My ModelDeployment
filters List<GetModelDeploymentsFilter>
id String
The OCID of the model deployment.
projectId String
The OCID of the project associated with the model deployment.
state String
The state of the model deployment.
compartmentId string
The OCID of the model deployment's compartment.
modelDeployments GetModelDeploymentsModelDeployment[]
The list of model_deployments.
createdBy string
The OCID of the user who created the model deployment.
displayName string
A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: My ModelDeployment
filters GetModelDeploymentsFilter[]
id string
The OCID of the model deployment.
projectId string
The OCID of the project associated with the model deployment.
state string
The state of the model deployment.
compartment_id str
The OCID of the model deployment's compartment.
model_deployments Sequence[datascience.GetModelDeploymentsModelDeployment]
The list of model_deployments.
created_by str
The OCID of the user who created the model deployment.
display_name str
A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: My ModelDeployment
filters Sequence[datascience.GetModelDeploymentsFilter]
id str
The OCID of the model deployment.
project_id str
The OCID of the project associated with the model deployment.
state str
The state of the model deployment.
compartmentId String
The OCID of the model deployment's compartment.
modelDeployments List<Property Map>
The list of model_deployments.
createdBy String
The OCID of the user who created the model deployment.
displayName String
A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: My ModelDeployment
filters List<Property Map>
id String
The OCID of the model deployment.
projectId String
The OCID of the project associated with the model deployment.
state String
The state of the model deployment.

Supporting Types

GetModelDeploymentsFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

GetModelDeploymentsModelDeployment

CategoryLogDetails This property is required. List<GetModelDeploymentsModelDeploymentCategoryLogDetail>
The log details for each category.
CompartmentId This property is required. string
Filter results by the OCID of the compartment.
CreatedBy This property is required. string
Filter results by the OCID of the user who created the resource.
DefinedTags This property is required. 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 This property is required. string
A short description of the model deployment.
DisplayName This property is required. string
Filter results by its user-friendly name.
FreeformTags This property is required. 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 This property is required. string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
LifecycleDetails This property is required. string
Details about the state of the model deployment.
ModelDeploymentConfigurationDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetail>
The model deployment configuration details.
ModelDeploymentSystemDatas This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentSystemData>
Model deployment system data.
ModelDeploymentUrl This property is required. string
The URL to interact with the model deployment.
OpcParentRptUrl This property is required. string
ProjectId This property is required. string
Filter results by the OCID of the project.
State This property is required. string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
TimeCreated This property is required. string
The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
CategoryLogDetails This property is required. []GetModelDeploymentsModelDeploymentCategoryLogDetail
The log details for each category.
CompartmentId This property is required. string
Filter results by the OCID of the compartment.
CreatedBy This property is required. string
Filter results by the OCID of the user who created the resource.
DefinedTags This property is required. 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 This property is required. string
A short description of the model deployment.
DisplayName This property is required. string
Filter results by its user-friendly name.
FreeformTags This property is required. 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 This property is required. string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
LifecycleDetails This property is required. string
Details about the state of the model deployment.
ModelDeploymentConfigurationDetails This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetail
The model deployment configuration details.
ModelDeploymentSystemDatas This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentSystemData
Model deployment system data.
ModelDeploymentUrl This property is required. string
The URL to interact with the model deployment.
OpcParentRptUrl This property is required. string
ProjectId This property is required. string
Filter results by the OCID of the project.
State This property is required. string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
TimeCreated This property is required. string
The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
categoryLogDetails This property is required. List<GetModelDeploymentsModelDeploymentCategoryLogDetail>
The log details for each category.
compartmentId This property is required. String
Filter results by the OCID of the compartment.
createdBy This property is required. String
Filter results by the OCID of the user who created the resource.
definedTags This property is required. 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 This property is required. String
A short description of the model deployment.
displayName This property is required. String
Filter results by its user-friendly name.
freeformTags This property is required. 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 This property is required. String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
lifecycleDetails This property is required. String
Details about the state of the model deployment.
modelDeploymentConfigurationDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetail>
The model deployment configuration details.
modelDeploymentSystemDatas This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentSystemData>
Model deployment system data.
modelDeploymentUrl This property is required. String
The URL to interact with the model deployment.
opcParentRptUrl This property is required. String
projectId This property is required. String
Filter results by the OCID of the project.
state This property is required. String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
timeCreated This property is required. String
The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
categoryLogDetails This property is required. GetModelDeploymentsModelDeploymentCategoryLogDetail[]
The log details for each category.
compartmentId This property is required. string
Filter results by the OCID of the compartment.
createdBy This property is required. string
Filter results by the OCID of the user who created the resource.
definedTags This property is required. {[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 This property is required. string
A short description of the model deployment.
displayName This property is required. string
Filter results by its user-friendly name.
freeformTags This property is required. {[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 This property is required. string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
lifecycleDetails This property is required. string
Details about the state of the model deployment.
modelDeploymentConfigurationDetails This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetail[]
The model deployment configuration details.
modelDeploymentSystemDatas This property is required. GetModelDeploymentsModelDeploymentModelDeploymentSystemData[]
Model deployment system data.
modelDeploymentUrl This property is required. string
The URL to interact with the model deployment.
opcParentRptUrl This property is required. string
projectId This property is required. string
Filter results by the OCID of the project.
state This property is required. string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
timeCreated This property is required. string
The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
category_log_details This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentCategoryLogDetail]
The log details for each category.
compartment_id This property is required. str
Filter results by the OCID of the compartment.
created_by This property is required. str
Filter results by the OCID of the user who created the resource.
defined_tags This property is required. 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 This property is required. str
A short description of the model deployment.
display_name This property is required. str
Filter results by its user-friendly name.
freeform_tags This property is required. 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 This property is required. str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
lifecycle_details This property is required. str
Details about the state of the model deployment.
model_deployment_configuration_details This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetail]
The model deployment configuration details.
model_deployment_system_datas This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentSystemData]
Model deployment system data.
model_deployment_url This property is required. str
The URL to interact with the model deployment.
opc_parent_rpt_url This property is required. str
project_id This property is required. str
Filter results by the OCID of the project.
state This property is required. str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
time_created This property is required. str
The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
categoryLogDetails This property is required. List<Property Map>
The log details for each category.
compartmentId This property is required. String
Filter results by the OCID of the compartment.
createdBy This property is required. String
Filter results by the OCID of the user who created the resource.
definedTags This property is required. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
description This property is required. String
A short description of the model deployment.
displayName This property is required. String
Filter results by its user-friendly name.
freeformTags This property is required. 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 This property is required. String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
lifecycleDetails This property is required. String
Details about the state of the model deployment.
modelDeploymentConfigurationDetails This property is required. List<Property Map>
The model deployment configuration details.
modelDeploymentSystemDatas This property is required. List<Property Map>
Model deployment system data.
modelDeploymentUrl This property is required. String
The URL to interact with the model deployment.
opcParentRptUrl This property is required. String
projectId This property is required. String
Filter results by the OCID of the project.
state This property is required. String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
timeCreated This property is required. String
The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z

GetModelDeploymentsModelDeploymentCategoryLogDetail

accesses This property is required. List<Property Map>
The log details.
predicts This property is required. List<Property Map>
The log details.

GetModelDeploymentsModelDeploymentCategoryLogDetailAccess

LogGroupId This property is required. string
The OCID of a log group to work with.
LogId This property is required. string
The OCID of a log to work with.
LogGroupId This property is required. string
The OCID of a log group to work with.
LogId This property is required. string
The OCID of a log to work with.
logGroupId This property is required. String
The OCID of a log group to work with.
logId This property is required. String
The OCID of a log to work with.
logGroupId This property is required. string
The OCID of a log group to work with.
logId This property is required. string
The OCID of a log to work with.
log_group_id This property is required. str
The OCID of a log group to work with.
log_id This property is required. str
The OCID of a log to work with.
logGroupId This property is required. String
The OCID of a log group to work with.
logId This property is required. String
The OCID of a log to work with.

GetModelDeploymentsModelDeploymentCategoryLogDetailPredict

LogGroupId This property is required. string
The OCID of a log group to work with.
LogId This property is required. string
The OCID of a log to work with.
LogGroupId This property is required. string
The OCID of a log group to work with.
LogId This property is required. string
The OCID of a log to work with.
logGroupId This property is required. String
The OCID of a log group to work with.
logId This property is required. String
The OCID of a log to work with.
logGroupId This property is required. string
The OCID of a log group to work with.
logId This property is required. string
The OCID of a log to work with.
log_group_id This property is required. str
The OCID of a log group to work with.
log_id This property is required. str
The OCID of a log to work with.
logGroupId This property is required. String
The OCID of a log group to work with.
logId This property is required. String
The OCID of a log to work with.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetail

DeploymentType This property is required. string
The type of the model deployment.
EnvironmentConfigurationDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail>
The configuration to carry the environment details thats used in Model Deployment creation
ModelConfigurationDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail>
The model configuration details.
DeploymentType This property is required. string
The type of the model deployment.
EnvironmentConfigurationDetails This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail
The configuration to carry the environment details thats used in Model Deployment creation
ModelConfigurationDetails This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail
The model configuration details.
deploymentType This property is required. String
The type of the model deployment.
environmentConfigurationDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail>
The configuration to carry the environment details thats used in Model Deployment creation
modelConfigurationDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail>
The model configuration details.
deploymentType This property is required. string
The type of the model deployment.
environmentConfigurationDetails This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail[]
The configuration to carry the environment details thats used in Model Deployment creation
modelConfigurationDetails This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail[]
The model configuration details.
deployment_type This property is required. str
The type of the model deployment.
environment_configuration_details This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail]
The configuration to carry the environment details thats used in Model Deployment creation
model_configuration_details This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail]
The model configuration details.
deploymentType This property is required. String
The type of the model deployment.
environmentConfigurationDetails This property is required. List<Property Map>
The configuration to carry the environment details thats used in Model Deployment creation
modelConfigurationDetails This property is required. List<Property Map>
The model configuration details.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail

Cmds This property is required. List<string>
The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
Entrypoints This property is required. List<string>
The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
EnvironmentConfigurationType This property is required. string
The environment configuration type
EnvironmentVariables This property is required. Dictionary<string, string>
Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. TEST_ Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
HealthCheckPort This property is required. int
The port on which the container HEALTHCHECK would listen. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
Image This property is required. string
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
ImageDigest This property is required. string
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
ServerPort This property is required. int
The port on which the web server serving the inference is running. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
Cmds This property is required. []string
The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
Entrypoints This property is required. []string
The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
EnvironmentConfigurationType This property is required. string
The environment configuration type
EnvironmentVariables This property is required. map[string]string
Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. TEST_ Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
HealthCheckPort This property is required. int
The port on which the container HEALTHCHECK would listen. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
Image This property is required. string
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
ImageDigest This property is required. string
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
ServerPort This property is required. int
The port on which the web server serving the inference is running. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
cmds This property is required. List<String>
The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
entrypoints This property is required. List<String>
The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
environmentConfigurationType This property is required. String
The environment configuration type
environmentVariables This property is required. Map<String,String>
Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. TEST_ Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
healthCheckPort This property is required. Integer
The port on which the container HEALTHCHECK would listen. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
image This property is required. String
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
imageDigest This property is required. String
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
serverPort This property is required. Integer
The port on which the web server serving the inference is running. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
cmds This property is required. string[]
The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
entrypoints This property is required. string[]
The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
environmentConfigurationType This property is required. string
The environment configuration type
environmentVariables This property is required. {[key: string]: string}
Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. TEST_ Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
healthCheckPort This property is required. number
The port on which the container HEALTHCHECK would listen. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
image This property is required. string
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
imageDigest This property is required. string
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
serverPort This property is required. number
The port on which the web server serving the inference is running. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
cmds This property is required. Sequence[str]
The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
entrypoints This property is required. Sequence[str]
The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
environment_configuration_type This property is required. str
The environment configuration type
environment_variables This property is required. Mapping[str, str]
Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. TEST_ Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
health_check_port This property is required. int
The port on which the container HEALTHCHECK would listen. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
image This property is required. str
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
image_digest This property is required. str
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
server_port This property is required. int
The port on which the web server serving the inference is running. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
cmds This property is required. List<String>
The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
entrypoints This property is required. List<String>
The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
environmentConfigurationType This property is required. String
The environment configuration type
environmentVariables This property is required. Map<String>
Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. TEST_ Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
healthCheckPort This property is required. Number
The port on which the container HEALTHCHECK would listen. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.
image This property is required. String
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
imageDigest This property is required. String
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
serverPort This property is required. Number
The port on which the web server serving the inference is running. The port can be anything between 1024 and 65535. The following ports cannot be used 24224, 8446, 8447.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail

BandwidthMbps This property is required. int
The minimum network bandwidth for the model deployment.
InstanceConfigurations This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration>
The model deployment instance configuration
MaximumBandwidthMbps This property is required. int
The maximum network bandwidth for the model deployment.
ModelId This property is required. string
The OCID of the model you want to deploy.
ScalingPolicies This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy>
The scaling policy to apply to each model of the deployment.
BandwidthMbps This property is required. int
The minimum network bandwidth for the model deployment.
InstanceConfigurations This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration
The model deployment instance configuration
MaximumBandwidthMbps This property is required. int
The maximum network bandwidth for the model deployment.
ModelId This property is required. string
The OCID of the model you want to deploy.
ScalingPolicies This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy
The scaling policy to apply to each model of the deployment.
bandwidthMbps This property is required. Integer
The minimum network bandwidth for the model deployment.
instanceConfigurations This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration>
The model deployment instance configuration
maximumBandwidthMbps This property is required. Integer
The maximum network bandwidth for the model deployment.
modelId This property is required. String
The OCID of the model you want to deploy.
scalingPolicies This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy>
The scaling policy to apply to each model of the deployment.
bandwidthMbps This property is required. number
The minimum network bandwidth for the model deployment.
instanceConfigurations This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration[]
The model deployment instance configuration
maximumBandwidthMbps This property is required. number
The maximum network bandwidth for the model deployment.
modelId This property is required. string
The OCID of the model you want to deploy.
scalingPolicies This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy[]
The scaling policy to apply to each model of the deployment.
bandwidth_mbps This property is required. int
The minimum network bandwidth for the model deployment.
instance_configurations This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration]
The model deployment instance configuration
maximum_bandwidth_mbps This property is required. int
The maximum network bandwidth for the model deployment.
model_id This property is required. str
The OCID of the model you want to deploy.
scaling_policies This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy]
The scaling policy to apply to each model of the deployment.
bandwidthMbps This property is required. Number
The minimum network bandwidth for the model deployment.
instanceConfigurations This property is required. List<Property Map>
The model deployment instance configuration
maximumBandwidthMbps This property is required. Number
The maximum network bandwidth for the model deployment.
modelId This property is required. String
The OCID of the model you want to deploy.
scalingPolicies This property is required. List<Property Map>
The scaling policy to apply to each model of the deployment.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration

InstanceShapeName This property is required. string
The shape used to launch the model deployment instances.
ModelDeploymentInstanceShapeConfigDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail>
Details for the model-deployment instance shape configuration.
PrivateEndpointId This property is required. string
The OCID of a Data Science private endpoint.
SubnetId This property is required. string
A model deployment instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
InstanceShapeName This property is required. string
The shape used to launch the model deployment instances.
ModelDeploymentInstanceShapeConfigDetails This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail
Details for the model-deployment instance shape configuration.
PrivateEndpointId This property is required. string
The OCID of a Data Science private endpoint.
SubnetId This property is required. string
A model deployment instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
instanceShapeName This property is required. String
The shape used to launch the model deployment instances.
modelDeploymentInstanceShapeConfigDetails This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail>
Details for the model-deployment instance shape configuration.
privateEndpointId This property is required. String
The OCID of a Data Science private endpoint.
subnetId This property is required. String
A model deployment instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
instanceShapeName This property is required. string
The shape used to launch the model deployment instances.
modelDeploymentInstanceShapeConfigDetails This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail[]
Details for the model-deployment instance shape configuration.
privateEndpointId This property is required. string
The OCID of a Data Science private endpoint.
subnetId This property is required. string
A model deployment instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
instance_shape_name This property is required. str
The shape used to launch the model deployment instances.
model_deployment_instance_shape_config_details This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail]
Details for the model-deployment instance shape configuration.
private_endpoint_id This property is required. str
The OCID of a Data Science private endpoint.
subnet_id This property is required. str
A model deployment instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
instanceShapeName This property is required. String
The shape used to launch the model deployment instances.
modelDeploymentInstanceShapeConfigDetails This property is required. List<Property Map>
Details for the model-deployment instance shape configuration.
privateEndpointId This property is required. String
The OCID of a Data Science private endpoint.
subnetId This property is required. String
A model deployment instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail

CpuBaseline This property is required. string
The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
MemoryInGbs This property is required. double
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the memory to be specified with in the range of 6 to 1024 GB. VM.Standard3.Flex memory range is between 6 to 512 GB and VM.Optimized3.Flex memory range is between 6 to 256 GB.
Ocpus This property is required. double
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the ocpu count to be specified with in the range of 1 to 64 ocpu. VM.Standard3.Flex OCPU range is between 1 to 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
CpuBaseline This property is required. string
The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
MemoryInGbs This property is required. float64
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the memory to be specified with in the range of 6 to 1024 GB. VM.Standard3.Flex memory range is between 6 to 512 GB and VM.Optimized3.Flex memory range is between 6 to 256 GB.
Ocpus This property is required. float64
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the ocpu count to be specified with in the range of 1 to 64 ocpu. VM.Standard3.Flex OCPU range is between 1 to 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
cpuBaseline This property is required. String
The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memoryInGbs This property is required. Double
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the memory to be specified with in the range of 6 to 1024 GB. VM.Standard3.Flex memory range is between 6 to 512 GB and VM.Optimized3.Flex memory range is between 6 to 256 GB.
ocpus This property is required. Double
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the ocpu count to be specified with in the range of 1 to 64 ocpu. VM.Standard3.Flex OCPU range is between 1 to 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
cpuBaseline This property is required. string
The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memoryInGbs This property is required. number
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the memory to be specified with in the range of 6 to 1024 GB. VM.Standard3.Flex memory range is between 6 to 512 GB and VM.Optimized3.Flex memory range is between 6 to 256 GB.
ocpus This property is required. number
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the ocpu count to be specified with in the range of 1 to 64 ocpu. VM.Standard3.Flex OCPU range is between 1 to 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
cpu_baseline This property is required. str
The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memory_in_gbs This property is required. float
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the memory to be specified with in the range of 6 to 1024 GB. VM.Standard3.Flex memory range is between 6 to 512 GB and VM.Optimized3.Flex memory range is between 6 to 256 GB.
ocpus This property is required. float
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the ocpu count to be specified with in the range of 1 to 64 ocpu. VM.Standard3.Flex OCPU range is between 1 to 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
cpuBaseline This property is required. String
The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memoryInGbs This property is required. Number
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the memory to be specified with in the range of 6 to 1024 GB. VM.Standard3.Flex memory range is between 6 to 512 GB and VM.Optimized3.Flex memory range is between 6 to 256 GB.
ocpus This property is required. Number
A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the ocpu count to be specified with in the range of 1 to 64 ocpu. VM.Standard3.Flex OCPU range is between 1 to 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy

AutoScalingPolicies This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicy>
The list of autoscaling policy details.
CoolDownInSeconds This property is required. int
For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
InstanceCount This property is required. int
The number of instances for the model deployment.
IsEnabled This property is required. bool
Whether the autoscaling policy is enabled.
PolicyType This property is required. string
The type of scaling policy.
AutoScalingPolicies This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicy
The list of autoscaling policy details.
CoolDownInSeconds This property is required. int
For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
InstanceCount This property is required. int
The number of instances for the model deployment.
IsEnabled This property is required. bool
Whether the autoscaling policy is enabled.
PolicyType This property is required. string
The type of scaling policy.
autoScalingPolicies This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicy>
The list of autoscaling policy details.
coolDownInSeconds This property is required. Integer
For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
instanceCount This property is required. Integer
The number of instances for the model deployment.
isEnabled This property is required. Boolean
Whether the autoscaling policy is enabled.
policyType This property is required. String
The type of scaling policy.
autoScalingPolicies This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicy[]
The list of autoscaling policy details.
coolDownInSeconds This property is required. number
For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
instanceCount This property is required. number
The number of instances for the model deployment.
isEnabled This property is required. boolean
Whether the autoscaling policy is enabled.
policyType This property is required. string
The type of scaling policy.
auto_scaling_policies This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicy]
The list of autoscaling policy details.
cool_down_in_seconds This property is required. int
For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
instance_count This property is required. int
The number of instances for the model deployment.
is_enabled This property is required. bool
Whether the autoscaling policy is enabled.
policy_type This property is required. str
The type of scaling policy.
autoScalingPolicies This property is required. List<Property Map>
The list of autoscaling policy details.
coolDownInSeconds This property is required. Number
For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
instanceCount This property is required. Number
The number of instances for the model deployment.
isEnabled This property is required. Boolean
Whether the autoscaling policy is enabled.
policyType This property is required. String
The type of scaling policy.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicy

AutoScalingPolicyType This property is required. string
The type of autoscaling policy.
InitialInstanceCount This property is required. int
For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
MaximumInstanceCount This property is required. int
For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed to increase to (scale out).
MinimumInstanceCount This property is required. int
For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed to decrease to (scale in).
Rules This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRule>
The list of autoscaling policy rules.
AutoScalingPolicyType This property is required. string
The type of autoscaling policy.
InitialInstanceCount This property is required. int
For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
MaximumInstanceCount This property is required. int
For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed to increase to (scale out).
MinimumInstanceCount This property is required. int
For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed to decrease to (scale in).
Rules This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRule
The list of autoscaling policy rules.
autoScalingPolicyType This property is required. String
The type of autoscaling policy.
initialInstanceCount This property is required. Integer
For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
maximumInstanceCount This property is required. Integer
For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed to increase to (scale out).
minimumInstanceCount This property is required. Integer
For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed to decrease to (scale in).
rules This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRule>
The list of autoscaling policy rules.
autoScalingPolicyType This property is required. string
The type of autoscaling policy.
initialInstanceCount This property is required. number
For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
maximumInstanceCount This property is required. number
For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed to increase to (scale out).
minimumInstanceCount This property is required. number
For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed to decrease to (scale in).
rules This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRule[]
The list of autoscaling policy rules.
auto_scaling_policy_type This property is required. str
The type of autoscaling policy.
initial_instance_count This property is required. int
For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
maximum_instance_count This property is required. int
For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed to increase to (scale out).
minimum_instance_count This property is required. int
For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed to decrease to (scale in).
rules This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRule]
The list of autoscaling policy rules.
autoScalingPolicyType This property is required. String
The type of autoscaling policy.
initialInstanceCount This property is required. Number
For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
maximumInstanceCount This property is required. Number
For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed to increase to (scale out).
minimumInstanceCount This property is required. Number
For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed to decrease to (scale in).
rules This property is required. List<Property Map>
The list of autoscaling policy rules.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRule

MetricExpressionRuleType This property is required. string
The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
MetricType This property is required. string
Metric type
ScaleInConfigurations This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfiguration>
The scaling configuration for the predefined metric expression rule.
ScaleOutConfigurations This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration>
The scaling configuration for the predefined metric expression rule.
MetricExpressionRuleType This property is required. string
The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
MetricType This property is required. string
Metric type
ScaleInConfigurations This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfiguration
The scaling configuration for the predefined metric expression rule.
ScaleOutConfigurations This property is required. []GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration
The scaling configuration for the predefined metric expression rule.
metricExpressionRuleType This property is required. String
The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
metricType This property is required. String
Metric type
scaleInConfigurations This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfiguration>
The scaling configuration for the predefined metric expression rule.
scaleOutConfigurations This property is required. List<GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration>
The scaling configuration for the predefined metric expression rule.
metricExpressionRuleType This property is required. string
The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
metricType This property is required. string
Metric type
scaleInConfigurations This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfiguration[]
The scaling configuration for the predefined metric expression rule.
scaleOutConfigurations This property is required. GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration[]
The scaling configuration for the predefined metric expression rule.
metric_expression_rule_type This property is required. str
The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
metric_type This property is required. str
Metric type
scale_in_configurations This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfiguration]
The scaling configuration for the predefined metric expression rule.
scale_out_configurations This property is required. Sequence[datascience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration]
The scaling configuration for the predefined metric expression rule.
metricExpressionRuleType This property is required. String
The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
metricType This property is required. String
Metric type
scaleInConfigurations This property is required. List<Property Map>
The scaling configuration for the predefined metric expression rule.
scaleOutConfigurations This property is required. List<Property Map>
The scaling configuration for the predefined metric expression rule.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfiguration

InstanceCountAdjustment This property is required. int
The value is used for adjusting the count of instances by.
PendingDuration This property is required. string
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
Query This property is required. string
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
ScalingConfigurationType This property is required. string
The type of scaling configuration.
Threshold This property is required. int
A metric value at which the scaling operation will be triggered.
InstanceCountAdjustment This property is required. int
The value is used for adjusting the count of instances by.
PendingDuration This property is required. string
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
Query This property is required. string
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
ScalingConfigurationType This property is required. string
The type of scaling configuration.
Threshold This property is required. int
A metric value at which the scaling operation will be triggered.
instanceCountAdjustment This property is required. Integer
The value is used for adjusting the count of instances by.
pendingDuration This property is required. String
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. String
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scalingConfigurationType This property is required. String
The type of scaling configuration.
threshold This property is required. Integer
A metric value at which the scaling operation will be triggered.
instanceCountAdjustment This property is required. number
The value is used for adjusting the count of instances by.
pendingDuration This property is required. string
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. string
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scalingConfigurationType This property is required. string
The type of scaling configuration.
threshold This property is required. number
A metric value at which the scaling operation will be triggered.
instance_count_adjustment This property is required. int
The value is used for adjusting the count of instances by.
pending_duration This property is required. str
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. str
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scaling_configuration_type This property is required. str
The type of scaling configuration.
threshold This property is required. int
A metric value at which the scaling operation will be triggered.
instanceCountAdjustment This property is required. Number
The value is used for adjusting the count of instances by.
pendingDuration This property is required. String
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. String
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scalingConfigurationType This property is required. String
The type of scaling configuration.
threshold This property is required. Number
A metric value at which the scaling operation will be triggered.

GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration

InstanceCountAdjustment This property is required. int
The value is used for adjusting the count of instances by.
PendingDuration This property is required. string
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
Query This property is required. string
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
ScalingConfigurationType This property is required. string
The type of scaling configuration.
Threshold This property is required. int
A metric value at which the scaling operation will be triggered.
InstanceCountAdjustment This property is required. int
The value is used for adjusting the count of instances by.
PendingDuration This property is required. string
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
Query This property is required. string
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
ScalingConfigurationType This property is required. string
The type of scaling configuration.
Threshold This property is required. int
A metric value at which the scaling operation will be triggered.
instanceCountAdjustment This property is required. Integer
The value is used for adjusting the count of instances by.
pendingDuration This property is required. String
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. String
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scalingConfigurationType This property is required. String
The type of scaling configuration.
threshold This property is required. Integer
A metric value at which the scaling operation will be triggered.
instanceCountAdjustment This property is required. number
The value is used for adjusting the count of instances by.
pendingDuration This property is required. string
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. string
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scalingConfigurationType This property is required. string
The type of scaling configuration.
threshold This property is required. number
A metric value at which the scaling operation will be triggered.
instance_count_adjustment This property is required. int
The value is used for adjusting the count of instances by.
pending_duration This property is required. str
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. str
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scaling_configuration_type This property is required. str
The type of scaling configuration.
threshold This property is required. int
A metric value at which the scaling operation will be triggered.
instanceCountAdjustment This property is required. Number
The value is used for adjusting the count of instances by.
pendingDuration This property is required. String
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
query This property is required. String
The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h). You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
scalingConfigurationType This property is required. String
The type of scaling configuration.
threshold This property is required. Number
A metric value at which the scaling operation will be triggered.

GetModelDeploymentsModelDeploymentModelDeploymentSystemData

CurrentInstanceCount This property is required. int
This value is the current count of the model deployment instances.
SystemInfraType This property is required. string
The infrastructure type of the model deployment.
CurrentInstanceCount This property is required. int
This value is the current count of the model deployment instances.
SystemInfraType This property is required. string
The infrastructure type of the model deployment.
currentInstanceCount This property is required. Integer
This value is the current count of the model deployment instances.
systemInfraType This property is required. String
The infrastructure type of the model deployment.
currentInstanceCount This property is required. number
This value is the current count of the model deployment instances.
systemInfraType This property is required. string
The infrastructure type of the model deployment.
current_instance_count This property is required. int
This value is the current count of the model deployment instances.
system_infra_type This property is required. str
The infrastructure type of the model deployment.
currentInstanceCount This property is required. Number
This value is the current count of the model deployment instances.
systemInfraType This property is required. String
The infrastructure type of the model deployment.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi