Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi
oci.DataScience.getModelDeployment
Explore with Pulumi AI
This data source provides details about a specific Model Deployment resource in Oracle Cloud Infrastructure Datascience service.
Retrieves the model deployment for the specified modelDeploymentId
.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testModelDeployment = oci.DataScience.getModelDeployment({
modelDeploymentId: testModelDeploymentOciDatascienceModelDeployment.id,
});
import pulumi
import pulumi_oci as oci
test_model_deployment = oci.DataScience.get_model_deployment(model_deployment_id=test_model_deployment_oci_datascience_model_deployment["id"])
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.GetModelDeployment(ctx, &datascience.GetModelDeploymentArgs{
ModelDeploymentId: testModelDeploymentOciDatascienceModelDeployment.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testModelDeployment = Oci.DataScience.GetModelDeployment.Invoke(new()
{
ModelDeploymentId = testModelDeploymentOciDatascienceModelDeployment.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetModelDeploymentArgs;
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 testModelDeployment = DataScienceFunctions.getModelDeployment(GetModelDeploymentArgs.builder()
.modelDeploymentId(testModelDeploymentOciDatascienceModelDeployment.id())
.build());
}
}
variables:
testModelDeployment:
fn::invoke:
function: oci:DataScience:getModelDeployment
arguments:
modelDeploymentId: ${testModelDeploymentOciDatascienceModelDeployment.id}
Using getModelDeployment
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 getModelDeployment(args: GetModelDeploymentArgs, opts?: InvokeOptions): Promise<GetModelDeploymentResult>
function getModelDeploymentOutput(args: GetModelDeploymentOutputArgs, opts?: InvokeOptions): Output<GetModelDeploymentResult>
def get_model_deployment(model_deployment_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetModelDeploymentResult
def get_model_deployment_output(model_deployment_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetModelDeploymentResult]
func GetModelDeployment(ctx *Context, args *GetModelDeploymentArgs, opts ...InvokeOption) (*GetModelDeploymentResult, error)
func GetModelDeploymentOutput(ctx *Context, args *GetModelDeploymentOutputArgs, opts ...InvokeOption) GetModelDeploymentResultOutput
> Note: This function is named GetModelDeployment
in the Go SDK.
public static class GetModelDeployment
{
public static Task<GetModelDeploymentResult> InvokeAsync(GetModelDeploymentArgs args, InvokeOptions? opts = null)
public static Output<GetModelDeploymentResult> Invoke(GetModelDeploymentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetModelDeploymentResult> getModelDeployment(GetModelDeploymentArgs args, InvokeOptions options)
public static Output<GetModelDeploymentResult> getModelDeployment(GetModelDeploymentArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getModelDeployment:getModelDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Model
Deployment Id This property is required. string - The OCID of the model deployment.
- Model
Deployment Id This property is required. string - The OCID of the model deployment.
- model
Deployment Id This property is required. String - The OCID of the model deployment.
- model
Deployment Id This property is required. string - The OCID of the model deployment.
- model_
deployment_ id This property is required. str - The OCID of the model deployment.
- model
Deployment Id This property is required. String - The OCID of the model deployment.
getModelDeployment Result
The following output properties are available:
- Category
Log List<GetDetails Model Deployment Category Log Detail> - The log details for each category.
- Compartment
Id string - The OCID of the model deployment's compartment.
- Created
By string - The OCID of the user who created the model deployment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- A short description of the model deployment.
- Display
Name 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
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the model deployment.
- Lifecycle
Details string - Details about the state of the model deployment.
- Model
Deployment List<GetConfiguration Details Model Deployment Model Deployment Configuration Detail> - The model deployment configuration details.
- Model
Deployment stringId - Model
Deployment List<GetSystem Datas Model Deployment Model Deployment System Data> - Model deployment system data.
- Model
Deployment stringUrl - The URL to interact with the model deployment.
- Opc
Parent stringRpt Url - Project
Id string - The OCID of the project associated with the model deployment.
- State string
- The state of the model deployment.
- Time
Created 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 []GetDetails Model Deployment Category Log Detail - The log details for each category.
- Compartment
Id string - The OCID of the model deployment's compartment.
- Created
By string - The OCID of the user who created the model deployment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- A short description of the model deployment.
- Display
Name 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
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the model deployment.
- Lifecycle
Details string - Details about the state of the model deployment.
- Model
Deployment []GetConfiguration Details Model Deployment Model Deployment Configuration Detail - The model deployment configuration details.
- Model
Deployment stringId - Model
Deployment []GetSystem Datas Model Deployment Model Deployment System Data - Model deployment system data.
- Model
Deployment stringUrl - The URL to interact with the model deployment.
- Opc
Parent stringRpt Url - Project
Id string - The OCID of the project associated with the model deployment.
- State string
- The state of the model deployment.
- Time
Created 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 List<GetDetails Model Deployment Category Log Detail> - The log details for each category.
- compartment
Id String - The OCID of the model deployment's compartment.
- created
By String - The OCID of the user who created the model deployment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- A short description of the model deployment.
- display
Name 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
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the model deployment.
- lifecycle
Details String - Details about the state of the model deployment.
- model
Deployment List<GetConfiguration Details Model Deployment Model Deployment Configuration Detail> - The model deployment configuration details.
- model
Deployment StringId - model
Deployment List<GetSystem Datas Model Deployment Model Deployment System Data> - Model deployment system data.
- model
Deployment StringUrl - The URL to interact with the model deployment.
- opc
Parent StringRpt Url - project
Id String - The OCID of the project associated with the model deployment.
- state String
- The state of the model deployment.
- time
Created 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 GetDetails Model Deployment Category Log Detail[] - The log details for each category.
- compartment
Id string - The OCID of the model deployment's compartment.
- created
By string - The OCID of the user who created the model deployment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description string
- A short description of the model deployment.
- display
Name 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
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the model deployment.
- lifecycle
Details string - Details about the state of the model deployment.
- model
Deployment GetConfiguration Details Model Deployment Model Deployment Configuration Detail[] - The model deployment configuration details.
- model
Deployment stringId - model
Deployment GetSystem Datas Model Deployment Model Deployment System Data[] - Model deployment system data.
- model
Deployment stringUrl - The URL to interact with the model deployment.
- opc
Parent stringRpt Url - project
Id string - The OCID of the project associated with the model deployment.
- state string
- The state of the model deployment.
- time
Created 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_ Sequence[datascience.details Get Model Deployment Category Log Detail] - The log details for each category.
- compartment_
id str - The OCID of the model deployment's compartment.
- created_
by str - The OCID of the user who created the model deployment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description str
- A short description of 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
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the model deployment.
- lifecycle_
details str - Details about the state of the model deployment.
- model_
deployment_ Sequence[datascience.configuration_ details Get Model Deployment Model Deployment Configuration Detail] - The model deployment configuration details.
- model_
deployment_ strid - model_
deployment_ Sequence[datascience.system_ datas Get Model Deployment Model Deployment System Data] - Model deployment system data.
- model_
deployment_ strurl - The URL to interact with the model deployment.
- opc_
parent_ strrpt_ url - project_
id str - The OCID of the project associated with the model deployment.
- state str
- The state of the model deployment.
- time_
created str - The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- category
Log List<Property Map>Details - The log details for each category.
- compartment
Id String - The OCID of the model deployment's compartment.
- created
By String - The OCID of the user who created the model deployment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- A short description of the model deployment.
- display
Name 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
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the model deployment.
- lifecycle
Details String - Details about the state of the model deployment.
- model
Deployment List<Property Map>Configuration Details - The model deployment configuration details.
- model
Deployment StringId - model
Deployment List<Property Map>System Datas - Model deployment system data.
- model
Deployment StringUrl - The URL to interact with the model deployment.
- opc
Parent StringRpt Url - project
Id String - The OCID of the project associated with the model deployment.
- state String
- The state of the model deployment.
- time
Created String - The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
Supporting Types
GetModelDeploymentCategoryLogDetail
- Accesses
This property is required. List<GetModel Deployment Category Log Detail Access> - The log details.
- Predicts
This property is required. List<GetModel Deployment Category Log Detail Predict> - The log details.
- Accesses
This property is required. []GetModel Deployment Category Log Detail Access - The log details.
- Predicts
This property is required. []GetModel Deployment Category Log Detail Predict - The log details.
- accesses
This property is required. List<GetModel Deployment Category Log Detail Access> - The log details.
- predicts
This property is required. List<GetModel Deployment Category Log Detail Predict> - The log details.
- accesses
This property is required. GetModel Deployment Category Log Detail Access[] - The log details.
- predicts
This property is required. GetModel Deployment Category Log Detail Predict[] - The log details.
- accesses
This property is required. Sequence[datascience.Get Model Deployment Category Log Detail Access] - The log details.
- predicts
This property is required. Sequence[datascience.Get Model Deployment Category Log Detail Predict] - The log details.
- accesses
This property is required. List<Property Map> - The log details.
- predicts
This property is required. List<Property Map> - The log details.
GetModelDeploymentCategoryLogDetailAccess
- Log
Group Id This property is required. string - The OCID of a log group to work with.
- Log
Id This property is required. string - The OCID of a log to work with.
- Log
Group Id This property is required. string - The OCID of a log group to work with.
- Log
Id This property is required. string - The OCID of a log to work with.
- log
Group Id This property is required. String - The OCID of a log group to work with.
- log
Id This property is required. String - The OCID of a log to work with.
- log
Group Id This property is required. string - The OCID of a log group to work with.
- log
Id 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.
- log
Group Id This property is required. String - The OCID of a log group to work with.
- log
Id This property is required. String - The OCID of a log to work with.
GetModelDeploymentCategoryLogDetailPredict
- Log
Group Id This property is required. string - The OCID of a log group to work with.
- Log
Id This property is required. string - The OCID of a log to work with.
- Log
Group Id This property is required. string - The OCID of a log group to work with.
- Log
Id This property is required. string - The OCID of a log to work with.
- log
Group Id This property is required. String - The OCID of a log group to work with.
- log
Id This property is required. String - The OCID of a log to work with.
- log
Group Id This property is required. string - The OCID of a log group to work with.
- log
Id 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.
- log
Group Id This property is required. String - The OCID of a log group to work with.
- log
Id This property is required. String - The OCID of a log to work with.
GetModelDeploymentModelDeploymentConfigurationDetail
- Deployment
Type This property is required. string - The type of the model deployment.
- Environment
Configuration Details This property is required. List<GetModel Deployment Model Deployment Configuration Detail Environment Configuration Detail> - The configuration to carry the environment details thats used in Model Deployment creation
- Model
Configuration Details This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail> - The model configuration details.
- Deployment
Type This property is required. string - The type of the model deployment.
- Environment
Configuration Details This property is required. []GetModel Deployment Model Deployment Configuration Detail Environment Configuration Detail - The configuration to carry the environment details thats used in Model Deployment creation
- Model
Configuration Details This property is required. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail - The model configuration details.
- deployment
Type This property is required. String - The type of the model deployment.
- environment
Configuration Details This property is required. List<GetModel Deployment Model Deployment Configuration Detail Environment Configuration Detail> - The configuration to carry the environment details thats used in Model Deployment creation
- model
Configuration Details This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail> - The model configuration details.
- deployment
Type This property is required. string - The type of the model deployment.
- environment
Configuration Details This property is required. GetModel Deployment Model Deployment Configuration Detail Environment Configuration Detail[] - The configuration to carry the environment details thats used in Model Deployment creation
- model
Configuration Details This property is required. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail[] - 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.Get Model Deployment Model Deployment Configuration Detail Environment Configuration Detail] - The configuration to carry the environment details thats used in Model Deployment creation
- model_
configuration_ details This property is required. Sequence[datascience.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail] - The model configuration details.
- deployment
Type This property is required. String - The type of the model deployment.
- environment
Configuration Details This property is required. List<Property Map> - The configuration to carry the environment details thats used in Model Deployment creation
- model
Configuration Details This property is required. List<Property Map> - The model configuration details.
GetModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail
- Cmds
This property is required. List<string> - The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Environment
Configuration Type This property is required. string - The environment configuration type
- Environment
Variables 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. - Health
Check Port This property is required. int - The port on which the container HEALTHCHECK would listen. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,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
- Image
Digest This property is required. string - 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
and65535
. The following ports cannot be used24224
,8446
,8447
.
- Cmds
This property is required. []string - The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Environment
Configuration Type This property is required. string - The environment configuration type
- Environment
Variables 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. - Health
Check Port This property is required. int - The port on which the container HEALTHCHECK would listen. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,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
- Image
Digest This property is required. string - 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
and65535
. The following ports cannot be used24224
,8446
,8447
.
- cmds
This property is required. List<String> - The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - environment
Configuration Type This property is required. String - The environment configuration type
- environment
Variables 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. - health
Check Port This property is required. Integer - The port on which the container HEALTHCHECK would listen. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,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
- image
Digest This property is required. String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- server
Port This property is required. Integer - The port on which the web server serving the inference is running. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,8446
,8447
.
- cmds
This property is required. string[] - The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - environment
Configuration Type This property is required. string - The environment configuration type
- environment
Variables 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. - health
Check Port This property is required. number - The port on which the container HEALTHCHECK would listen. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,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
- image
Digest This property is required. string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- server
Port This property is required. number - The port on which the web server serving the inference is running. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,8446
,8447
.
- cmds
This property is required. Sequence[str] - The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
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
and65535
. The following ports cannot be used24224
,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
and65535
. The following ports cannot be used24224
,8446
,8447
.
- cmds
This property is required. List<String> - The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - environment
Configuration Type This property is required. String - The environment configuration type
- environment
Variables 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. - health
Check Port This property is required. Number - The port on which the container HEALTHCHECK would listen. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,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
- image
Digest This property is required. String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- server
Port This property is required. Number - The port on which the web server serving the inference is running. The port can be anything between
1024
and65535
. The following ports cannot be used24224
,8446
,8447
.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail
- Bandwidth
Mbps This property is required. int - The minimum network bandwidth for the model deployment.
- Instance
Configurations This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration> - 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. string - The OCID of the model you want to deploy.
- Scaling
Policies This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy> - 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. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration - 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. string - The OCID of the model you want to deploy.
- Scaling
Policies This property is required. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy - The scaling policy to apply to each model of the deployment.
- bandwidth
Mbps This property is required. Integer - The minimum network bandwidth for the model deployment.
- instance
Configurations This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration> - The model deployment instance configuration
- maximum
Bandwidth Mbps This property is required. Integer - The maximum network bandwidth for the model deployment.
- model
Id This property is required. String - The OCID of the model you want to deploy.
- scaling
Policies This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy> - The scaling policy to apply to each model of the deployment.
- bandwidth
Mbps This property is required. number - The minimum network bandwidth for the model deployment.
- instance
Configurations This property is required. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration[] - The model deployment instance configuration
- maximum
Bandwidth Mbps This property is required. number - The maximum network bandwidth for the model deployment.
- model
Id This property is required. string - The OCID of the model you want to deploy.
- scaling
Policies This property is required. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy[] - 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.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration] - 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.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy] - The scaling policy to apply to each model of the deployment.
- bandwidth
Mbps This property is required. Number - The minimum network bandwidth for the model deployment.
- instance
Configurations This property is required. List<Property Map> - The model deployment instance configuration
- maximum
Bandwidth Mbps This property is required. Number - The maximum network bandwidth for the model deployment.
- model
Id This property is required. String - The OCID of the model you want to deploy.
- scaling
Policies This property is required. List<Property Map> - The scaling policy to apply to each model of the deployment.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration
- Instance
Shape Name This property is required. string - The shape used to launch the model deployment instances.
- Model
Deployment Instance Shape Config Details This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration Model Deployment Instance Shape Config Detail> - Details for the model-deployment instance shape configuration.
- Private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- Subnet
Id 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. string - The shape used to launch the model deployment instances.
- Model
Deployment Instance Shape Config Details This property is required. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration Model Deployment Instance Shape Config Detail - Details for the model-deployment instance shape configuration.
- Private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- Subnet
Id 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. String - The shape used to launch the model deployment instances.
- model
Deployment Instance Shape Config Details This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration Model Deployment Instance Shape Config Detail> - Details for the model-deployment instance shape configuration.
- private
Endpoint Id This property is required. String - The OCID of a Data Science private endpoint.
- subnet
Id 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. string - The shape used to launch the model deployment instances.
- model
Deployment Instance Shape Config Details This property is required. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration Model Deployment Instance Shape Config Detail[] - Details for the model-deployment instance shape configuration.
- private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- subnet
Id 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.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration Model Deployment Instance Shape Config Detail] - 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.
- instance
Shape Name This property is required. String - The shape used to launch the model deployment instances.
- model
Deployment Instance Shape Config Details This property is required. List<Property Map> - Details for the model-deployment instance shape configuration.
- private
Endpoint Id This property is required. String - The OCID of a Data Science private endpoint.
- subnet
Id 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.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail
- Cpu
Baseline 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. - Memory
In Gbs 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.
- Cpu
Baseline 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. - Memory
In Gbs 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.
- cpu
Baseline 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. - memory
In Gbs 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.
- cpu
Baseline 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. - memory
In Gbs 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.
- cpu
Baseline 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. - memory
In Gbs 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.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy
- Auto
Scaling Policies This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy> - 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. string - The type of scaling policy.
- Auto
Scaling Policies This property is required. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy - 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. string - The type of scaling policy.
- auto
Scaling Policies This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy> - The list of autoscaling policy details.
- cool
Down In Seconds 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.
- instance
Count This property is required. Integer - The number of instances for the model deployment.
- is
Enabled This property is required. Boolean - Whether the autoscaling policy is enabled.
- policy
Type This property is required. String - The type of scaling policy.
- auto
Scaling Policies This property is required. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy[] - The list of autoscaling policy details.
- cool
Down In Seconds 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.
- instance
Count This property is required. number - The number of instances for the model deployment.
- is
Enabled This property is required. boolean - Whether the autoscaling policy is enabled.
- policy
Type This property is required. string - The type of scaling policy.
- auto_
scaling_ policies This property is required. Sequence[datascience.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy] - 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.
- auto
Scaling Policies This property is required. List<Property Map> - The list of autoscaling policy details.
- cool
Down In Seconds 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.
- instance
Count This property is required. Number - The number of instances for the model deployment.
- is
Enabled This property is required. Boolean - Whether the autoscaling policy is enabled.
- policy
Type This property is required. String - The type of scaling policy.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicy
- Auto
Scaling Policy Type This property is required. string - 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. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule> - The list of autoscaling policy rules.
- Auto
Scaling Policy Type This property is required. string - 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. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule - The list of autoscaling policy rules.
- auto
Scaling Policy Type This property is required. String - The type of autoscaling policy.
- initial
Instance Count 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.
- maximum
Instance Count 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).
- minimum
Instance Count 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<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule> - The list of autoscaling policy rules.
- auto
Scaling Policy Type This property is required. string - The type of autoscaling policy.
- initial
Instance Count 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.
- maximum
Instance Count 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).
- minimum
Instance Count 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. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule[] - 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.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule] - The list of autoscaling policy rules.
- auto
Scaling Policy Type This property is required. String - The type of autoscaling policy.
- initial
Instance Count 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.
- maximum
Instance Count 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).
- minimum
Instance Count 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.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRule
- Metric
Expression Rule Type This property is required. string - The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
- Metric
Type This property is required. string - Metric type
- Scale
In Configurations This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale In Configuration> - The scaling configuration for the predefined metric expression rule.
- Scale
Out Configurations This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale Out Configuration> - The scaling configuration for the predefined metric expression rule.
- Metric
Expression Rule Type This property is required. string - The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
- Metric
Type This property is required. string - Metric type
- Scale
In Configurations This property is required. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale In Configuration - The scaling configuration for the predefined metric expression rule.
- Scale
Out Configurations This property is required. []GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale Out Configuration - The scaling configuration for the predefined metric expression rule.
- metric
Expression Rule Type This property is required. String - The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
- metric
Type This property is required. String - Metric type
- scale
In Configurations This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale In Configuration> - The scaling configuration for the predefined metric expression rule.
- scale
Out Configurations This property is required. List<GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale Out Configuration> - The scaling configuration for the predefined metric expression rule.
- metric
Expression Rule Type This property is required. string - The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
- metric
Type This property is required. string - Metric type
- scale
In Configurations This property is required. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale In Configuration[] - The scaling configuration for the predefined metric expression rule.
- scale
Out Configurations This property is required. GetModel Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale Out Configuration[] - 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.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale In Configuration] - The scaling configuration for the predefined metric expression rule.
- scale_
out_ configurations This property is required. Sequence[datascience.Get Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy Auto Scaling Policy Rule Scale Out Configuration] - The scaling configuration for the predefined metric expression rule.
- metric
Expression Rule Type This property is required. String - The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
- metric
Type This property is required. String - Metric type
- scale
In Configurations This property is required. List<Property Map> - The scaling configuration for the predefined metric expression rule.
- scale
Out Configurations This property is required. List<Property Map> - The scaling configuration for the predefined metric expression rule.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfiguration
- 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. 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - Scaling
Configuration Type 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.
- 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. 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - Scaling
Configuration Type 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.
- instance
Count Adjustment This property is required. Integer - The value is used for adjusting the count of instances by.
- pending
Duration 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - scaling
Configuration Type 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.
- instance
Count Adjustment This property is required. number - The value is used for adjusting the count of instances by.
- pending
Duration 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - scaling
Configuration Type 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
(also1h
). 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.
- instance
Count Adjustment This property is required. Number - The value is used for adjusting the count of instances by.
- pending
Duration 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - scaling
Configuration Type 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.
GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration
- 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. 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - Scaling
Configuration Type 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.
- 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. 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - Scaling
Configuration Type 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.
- instance
Count Adjustment This property is required. Integer - The value is used for adjusting the count of instances by.
- pending
Duration 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - scaling
Configuration Type 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.
- instance
Count Adjustment This property is required. number - The value is used for adjusting the count of instances by.
- pending
Duration 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - scaling
Configuration Type 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
(also1h
). 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.
- instance
Count Adjustment This property is required. Number - The value is used for adjusting the count of instances by.
- pending
Duration 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
(also1h
). You can optionally specify dimensions and grouping functions. Supported grouping functions:grouping()
,groupBy()
. - scaling
Configuration Type 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.
GetModelDeploymentModelDeploymentSystemData
- 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. 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. string - The infrastructure type of the model deployment.
- current
Instance Count This property is required. Integer - This value is the current count of the model deployment instances.
- system
Infra Type This property is required. String - The infrastructure type of the model deployment.
- current
Instance Count This property is required. number - This value is the current count of the model deployment instances.
- system
Infra Type 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.
- current
Instance Count This property is required. Number - This value is the current count of the model deployment instances.
- system
Infra Type 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.