| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Model |
Model.clone() |
Model |
ModelDashboardModel.getModel()
A model displayed in the Model Dashboard.
|
Model |
Model.withContainers(Collection<ContainerDefinition> containers)
The containers in the inference pipeline.
|
Model |
Model.withContainers(ContainerDefinition... containers)
The containers in the inference pipeline.
|
Model |
Model.withCreationTime(Date creationTime)
A timestamp that indicates when the model was created.
|
Model |
Model.withDeploymentRecommendation(DeploymentRecommendation deploymentRecommendation)
A set of recommended deployment configurations for the model.
|
Model |
Model.withEnableNetworkIsolation(Boolean enableNetworkIsolation)
Isolates the model container.
|
Model |
Model.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
|
Model |
Model.withInferenceExecutionConfig(InferenceExecutionConfig inferenceExecutionConfig) |
Model |
Model.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
Model |
Model.withModelName(String modelName)
The name of the model.
|
Model |
Model.withPrimaryContainer(ContainerDefinition primaryContainer) |
Model |
Model.withTags(Collection<Tag> tags)
A list of key-value pairs associated with the model.
|
Model |
Model.withTags(Tag... tags)
A list of key-value pairs associated with the model.
|
Model |
Model.withVpcConfig(VpcConfig vpcConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelDashboardModel.setModel(Model model)
A model displayed in the Model Dashboard.
|
ModelDashboardModel |
ModelDashboardModel.withModel(Model model)
A model displayed in the Model Dashboard.
|
Copyright © 2024. All rights reserved.