| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Model.Builder |
Model.builder() |
Model.Builder |
Model.Builder.containers(Collection<ContainerDefinition> containers)
The containers in the inference pipeline.
|
Model.Builder |
Model.Builder.containers(Consumer<ContainerDefinition.Builder>... containers)
The containers in the inference pipeline.
|
Model.Builder |
Model.Builder.containers(ContainerDefinition... containers)
The containers in the inference pipeline.
|
Model.Builder |
Model.Builder.creationTime(Instant creationTime)
A timestamp that indicates when the model was created.
|
Model.Builder |
Model.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation)
Isolates the model container.
|
Model.Builder |
Model.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
|
default Model.Builder |
Model.Builder.inferenceExecutionConfig(Consumer<InferenceExecutionConfig.Builder> inferenceExecutionConfig)
Sets the value of the InferenceExecutionConfig property for this object.
|
Model.Builder |
Model.Builder.inferenceExecutionConfig(InferenceExecutionConfig inferenceExecutionConfig)
Sets the value of the InferenceExecutionConfig property for this object.
|
Model.Builder |
Model.Builder.modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
Model.Builder |
Model.Builder.modelName(String modelName)
The name of the model.
|
default Model.Builder |
Model.Builder.primaryContainer(Consumer<ContainerDefinition.Builder> primaryContainer)
Sets the value of the PrimaryContainer property for this object.
|
Model.Builder |
Model.Builder.primaryContainer(ContainerDefinition primaryContainer)
Sets the value of the PrimaryContainer property for this object.
|
Model.Builder |
Model.Builder.tags(Collection<Tag> tags)
A list of key-value pairs associated with the model.
|
Model.Builder |
Model.Builder.tags(Consumer<Tag.Builder>... tags)
A list of key-value pairs associated with the model.
|
Model.Builder |
Model.Builder.tags(Tag... tags)
A list of key-value pairs associated with the model.
|
Model.Builder |
Model.toBuilder() |
default Model.Builder |
Model.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
Model.Builder |
Model.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Model.Builder> |
Model.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModelDashboardModel.Builder |
ModelDashboardModel.Builder.model(Consumer<Model.Builder> model)
A model displayed in the Model Dashboard.
|
Copyright © 2023. All rights reserved.