oci.DataScience.getModelDeployments
Explore with Pulumi AI
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
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 = @var.Compartment_id,
CreatedBy = @var.Model_deployment_created_by,
DisplayName = @var.Model_deployment_display_name,
Id = @var.Model_deployment_id,
ProjectId = oci_datascience_project.Test_project.Id,
State = @var.Model_deployment_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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: _var.Compartment_id,
CreatedBy: pulumi.StringRef(_var.Model_deployment_created_by),
DisplayName: pulumi.StringRef(_var.Model_deployment_display_name),
Id: pulumi.StringRef(_var.Model_deployment_id),
ProjectId: pulumi.StringRef(oci_datascience_project.Test_project.Id),
State: pulumi.StringRef(_var.Model_deployment_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
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(var_.compartment_id())
.createdBy(var_.model_deployment_created_by())
.displayName(var_.model_deployment_display_name())
.id(var_.model_deployment_id())
.projectId(oci_datascience_project.test_project().id())
.state(var_.model_deployment_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_model_deployments = oci.DataScience.get_model_deployments(compartment_id=var["compartment_id"],
created_by=var["model_deployment_created_by"],
display_name=var["model_deployment_display_name"],
id=var["model_deployment_id"],
project_id=oci_datascience_project["test_project"]["id"],
state=var["model_deployment_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testModelDeployments = oci.DataScience.getModelDeployments({
compartmentId: _var.compartment_id,
createdBy: _var.model_deployment_created_by,
displayName: _var.model_deployment_display_name,
id: _var.model_deployment_id,
projectId: oci_datascience_project.test_project.id,
state: _var.model_deployment_state,
});
variables:
testModelDeployments:
fn::invoke:
Function: oci:DataScience:getModelDeployments
Arguments:
compartmentId: ${var.compartment_id}
createdBy: ${var.model_deployment_created_by}
displayName: ${var.model_deployment_display_name}
id: ${var.model_deployment_id}
projectId: ${oci_datascience_project.test_project.id}
state: ${var.model_deployment_state}
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>
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]
func GetModelDeployments(ctx *Context, args *GetModelDeploymentsArgs, opts ...InvokeOption) (*GetModelDeploymentsResult, error)
func GetModelDeploymentsOutput(ctx *Context, args *GetModelDeploymentsOutputArgs, opts ...InvokeOption) GetModelDeploymentsResultOutput
> 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)
}
public static CompletableFuture<GetModelDeploymentsResult> getModelDeployments(GetModelDeploymentsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataScience/getModelDeployments:getModelDeployments
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
List<Get
Model Deployments Filter> - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Project
Id 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 string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
[]Get
Model Deployments Filter - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Project
Id 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 String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters
List<Get
Model Deployments Filter> - id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id 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 string Filter results by the OCID of the compartment.
- created
By string Filter results by the OCID of the user who created the resource.
- display
Name string Filter results by its user-friendly name.
- filters
Get
Model Deployments Filter[] - id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id 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 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
Get
Model Deployments Filter] - 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.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters List<Property Map>
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id 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:
- Compartment
Id string The OCID of the model deployment's compartment.
- Model
Deployments List<GetModel Deployments Model Deployment> The list of model_deployments.
- Created
By string The OCID of the user who created 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
- Filters
List<Get
Model Deployments Filter> - Id string
The OCID of the model deployment.
- Project
Id string The OCID of the project associated with the model deployment.
- State string
The state of the model deployment.
- Compartment
Id string The OCID of the model deployment's compartment.
- Model
Deployments []GetModel Deployments Model Deployment The list of model_deployments.
- Created
By string The OCID of the user who created 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
- Filters
[]Get
Model Deployments Filter - Id string
The OCID of the model deployment.
- Project
Id string The OCID of the project associated with the model deployment.
- State string
The state of the model deployment.
- compartment
Id String The OCID of the model deployment's compartment.
- model
Deployments List<GetModel Deployments Model Deployment> The list of model_deployments.
- created
By String The OCID of the user who created 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
- filters
List<Get
Model Deployments Filter> - id String
The OCID of the model deployment.
- project
Id String The OCID of the project associated with the model deployment.
- state String
The state of the model deployment.
- compartment
Id string The OCID of the model deployment's compartment.
- model
Deployments GetModel Deployments Model Deployment[] The list of model_deployments.
- created
By string The OCID of the user who created 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
- filters
Get
Model Deployments Filter[] - id string
The OCID of the model deployment.
- project
Id 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 GetModel Deployments Model Deployment] 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
Get
Model Deployments Filter] - 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.
- compartment
Id String The OCID of the model deployment's compartment.
- model
Deployments List<Property Map> The list of model_deployments.
- created
By String The OCID of the user who created 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
- filters List<Property Map>
- id String
The OCID of the model deployment.
- project
Id String The OCID of the project associated with the model deployment.
- state String
The state of the model deployment.
Supporting Types
GetModelDeploymentsFilter
GetModelDeploymentsModelDeployment
- Category
Log List<GetDetails Model Deployments Model Deployment Category Log Detail> The log details for each category.
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Dictionary<string, object>
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 Filter results by its user-friendly name.
- Dictionary<string, object>
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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Lifecycle
Details string Details about the state of the model deployment.
- Model
Deployment List<GetConfiguration Details Model Deployments Model Deployment Model Deployment Configuration Detail> The model deployment configuration details.
- Model
Deployment stringUrl The URL to interact with the model deployment.
- Project
Id 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.
- 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 Deployments Model Deployment Category Log Detail The log details for each category.
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- map[string]interface{}
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 Filter results by its user-friendly name.
- map[string]interface{}
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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Lifecycle
Details string Details about the state of the model deployment.
- Model
Deployment []GetConfiguration Details Model Deployments Model Deployment Model Deployment Configuration Detail The model deployment configuration details.
- Model
Deployment stringUrl The URL to interact with the model deployment.
- Project
Id 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.
- 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 Deployments Model Deployment Category Log Detail> The log details for each category.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<String,Object>
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 Filter results by its user-friendly name.
- Map<String,Object>
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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- lifecycle
Details String Details about the state of the model deployment.
- model
Deployment List<GetConfiguration Details Model Deployments Model Deployment Model Deployment Configuration Detail> The model deployment configuration details.
- model
Deployment StringUrl The URL to interact with the model deployment.
- project
Id 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.
- 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 Deployments Model Deployment Category Log Detail[] The log details for each category.
- compartment
Id string Filter results by the OCID of the compartment.
- created
By string Filter results by the OCID of the user who created the resource.
- {[key: string]: any}
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 Filter results by its user-friendly name.
- {[key: string]: any}
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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- lifecycle
Details string Details about the state of the model deployment.
- model
Deployment GetConfiguration Details Model Deployments Model Deployment Model Deployment Configuration Detail[] The model deployment configuration details.
- model
Deployment stringUrl The URL to interact with the model deployment.
- project
Id 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.
- 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 Deployments Model Deployment Category Log Detail] The log details for each category.
- compartment_
id str Filter results by the OCID of the compartment.
- created_
by str Filter results by the OCID of the user who created the resource.
- Mapping[str, Any]
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 Filter results by its user-friendly name.
- Mapping[str, Any]
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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- lifecycle_
details str Details about the state of the model deployment.
- model_
deployment_ Getconfiguration_ details Model Deployments Model Deployment Model Deployment Configuration Detail] The model deployment configuration details.
- model_
deployment_ strurl The URL to interact with the model deployment.
- 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.
- 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 Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<Any>
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 Filter results by its user-friendly name.
- Map<Any>
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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- 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 StringUrl The URL to interact with the model deployment.
- project
Id 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.
- 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
GetModelDeploymentsModelDeploymentCategoryLogDetail
- Accesses
[]Get
Model Deployments Model Deployment Category Log Detail Access The log details.
- Predicts
[]Get
Model Deployments Model Deployment Category Log Detail Predict The log details.
- accesses
Get
Model Deployments Model Deployment Category Log Detail Access[] The log details.
- predicts
Get
Model Deployments Model Deployment Category Log Detail Predict[] The log details.
- accesses
Get
Model Deployments Model Deployment Category Log Detail Access] The log details.
- predicts
Get
Model Deployments Model Deployment Category Log Detail Predict] The log details.
- accesses List<Property Map>
The log details.
- predicts List<Property Map>
The log details.
GetModelDeploymentsModelDeploymentCategoryLogDetailAccess
- Log
Group stringId The OCID of a log group to work with.
- Log
Id string The OCID of a log to work with.
- Log
Group stringId The OCID of a log group to work with.
- Log
Id string The OCID of a log to work with.
- log
Group StringId The OCID of a log group to work with.
- log
Id String The OCID of a log to work with.
- log
Group stringId The OCID of a log group to work with.
- log
Id string The OCID of a log to work with.
- log_
group_ strid The OCID of a log group to work with.
- log_
id str The OCID of a log to work with.
- log
Group StringId The OCID of a log group to work with.
- log
Id String The OCID of a log to work with.
GetModelDeploymentsModelDeploymentCategoryLogDetailPredict
- Log
Group stringId The OCID of a log group to work with.
- Log
Id string The OCID of a log to work with.
- Log
Group stringId The OCID of a log group to work with.
- Log
Id string The OCID of a log to work with.
- log
Group StringId The OCID of a log group to work with.
- log
Id String The OCID of a log to work with.
- log
Group stringId The OCID of a log group to work with.
- log
Id string The OCID of a log to work with.
- log_
group_ strid The OCID of a log group to work with.
- log_
id str The OCID of a log to work with.
- log
Group StringId The OCID of a log group to work with.
- log
Id String The OCID of a log to work with.
GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetail
- Deployment
Type string The type of the model deployment.
- Environment
Configuration List<GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Environment Configuration Detail> The configuration to carry the environment details thats used in Model Deployment creation
- Model
Configuration List<GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail> The model configuration details.
- Deployment
Type string The type of the model deployment.
- Environment
Configuration []GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Environment Configuration Detail The configuration to carry the environment details thats used in Model Deployment creation
- Model
Configuration []GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail The model configuration details.
- deployment
Type String The type of the model deployment.
- environment
Configuration List<GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Environment Configuration Detail> The configuration to carry the environment details thats used in Model Deployment creation
- model
Configuration List<GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail> The model configuration details.
- deployment
Type string The type of the model deployment.
- environment
Configuration GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Environment Configuration Detail[] The configuration to carry the environment details thats used in Model Deployment creation
- model
Configuration GetDetails Model Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail[] The model configuration details.
- deployment_
type str The type of the model deployment.
- environment_
configuration_ Getdetails Model Deployments Model Deployment Model Deployment Configuration Detail Environment Configuration Detail] The configuration to carry the environment details thats used in Model Deployment creation
- model_
configuration_ Getdetails Model Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail] The model configuration details.
- deployment
Type String The type of the model deployment.
- environment
Configuration List<Property Map>Details The configuration to carry the environment details thats used in Model Deployment creation
- model
Configuration List<Property Map>Details The model configuration details.
GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail
- Cmds 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 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 stringType The environment configuration type
- Environment
Variables Dictionary<string, object> 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 intPort 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 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 string The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Server
Port 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 []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 []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 stringType The environment configuration type
- Environment
Variables map[string]interface{} 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 intPort 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 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 string The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Server
Port 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 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 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 StringType The environment configuration type
- environment
Variables Map<String,Object> 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 IntegerPort 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 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 String The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- server
Port 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 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 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 stringType The environment configuration type
- environment
Variables {[key: string]: any} 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 numberPort 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 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 string The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- server
Port 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 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 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_ strtype The environment configuration type
- environment_
variables Mapping[str, Any] 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_ intport 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 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 str The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- server_
port 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 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 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 StringType The environment configuration type
- environment
Variables Map<Any> 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 NumberPort 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 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 String The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- server
Port 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
.
GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail
- Bandwidth
Mbps int The minimum network bandwidth for the model deployment.
- Instance
Configurations List<GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration> The model deployment instance configuration
- Model
Id string The OCID of the model you want to deploy.
- Scaling
Policies List<GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy> The scaling policy to apply to each model of the deployment.
- Bandwidth
Mbps int The minimum network bandwidth for the model deployment.
- Instance
Configurations []GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration The model deployment instance configuration
- Model
Id string The OCID of the model you want to deploy.
- Scaling
Policies []GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy The scaling policy to apply to each model of the deployment.
- bandwidth
Mbps Integer The minimum network bandwidth for the model deployment.
- instance
Configurations List<GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration> The model deployment instance configuration
- model
Id String The OCID of the model you want to deploy.
- scaling
Policies List<GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy> The scaling policy to apply to each model of the deployment.
- bandwidth
Mbps number The minimum network bandwidth for the model deployment.
- instance
Configurations GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration[] The model deployment instance configuration
- model
Id string The OCID of the model you want to deploy.
- scaling
Policies GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy[] The scaling policy to apply to each model of the deployment.
- bandwidth_
mbps int The minimum network bandwidth for the model deployment.
- instance_
configurations GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Instance Configuration] The model deployment instance configuration
- model_
id str The OCID of the model you want to deploy.
- scaling_
policies GetModel Deployments Model Deployment Model Deployment Configuration Detail Model Configuration Detail Scaling Policy] The scaling policy to apply to each model of the deployment.
- bandwidth
Mbps Number The minimum network bandwidth for the model deployment.
- instance
Configurations List<Property Map> The model deployment instance configuration
- model
Id String The OCID of the model you want to deploy.
- scaling
Policies List<Property Map> The scaling policy to apply to each model of the deployment.
GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfiguration
- Instance
Shape stringName The shape used to launch the model deployment instances.
- Model
Deployment List<GetInstance Shape Config Details Model Deployments 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.
- Instance
Shape stringName The shape used to launch the model deployment instances.
- Model
Deployment []GetInstance Shape Config Details Model Deployments 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.
- instance
Shape StringName The shape used to launch the model deployment instances.
- model
Deployment List<GetInstance Shape Config Details Model Deployments 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.
- instance
Shape stringName The shape used to launch the model deployment instances.
- model
Deployment GetInstance Shape Config Details Model Deployments 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.
- instance_
shape_ strname The shape used to launch the model deployment instances.
- model_
deployment_ Getinstance_ shape_ config_ details Model Deployments 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.
- instance
Shape StringName The shape used to launch the model deployment instances.
- model
Deployment List<Property Map>Instance Shape Config Details Details for the model-deployment instance shape configuration.
GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailInstanceConfigurationModelDeploymentInstanceShapeConfigDetail
- Memory
In doubleGbs 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 and 512 GB and VM.Optimized3.Flex memory range is between 6 and 256 GB.
- Ocpus 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 and 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
- Memory
In float64Gbs 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 and 512 GB and VM.Optimized3.Flex memory range is between 6 and 256 GB.
- Ocpus 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 and 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
- memory
In DoubleGbs 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 and 512 GB and VM.Optimized3.Flex memory range is between 6 and 256 GB.
- ocpus 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 and 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
- memory
In numberGbs 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 and 512 GB and VM.Optimized3.Flex memory range is between 6 and 256 GB.
- ocpus 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 and 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
- memory_
in_ floatgbs 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 and 512 GB and VM.Optimized3.Flex memory range is between 6 and 256 GB.
- ocpus 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 and 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
- memory
In NumberGbs 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 and 512 GB and VM.Optimized3.Flex memory range is between 6 and 256 GB.
- ocpus 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 and 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicy
- Instance
Count int The number of instances for the model deployment.
- Policy
Type string The type of scaling policy.
- Instance
Count int The number of instances for the model deployment.
- Policy
Type string The type of scaling policy.
- instance
Count Integer The number of instances for the model deployment.
- policy
Type String The type of scaling policy.
- instance
Count number The number of instances for the model deployment.
- policy
Type string The type of scaling policy.
- instance_
count int The number of instances for the model deployment.
- policy_
type str The type of scaling policy.
- instance
Count Number The number of instances for the model deployment.
- policy
Type String The type of scaling policy.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.