Interface CustomModelDeploymentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomModelDeploymentSummary.Builder,
,CustomModelDeploymentSummary> SdkBuilder<CustomModelDeploymentSummary.Builder,
,CustomModelDeploymentSummary> SdkPojo
- Enclosing class:
CustomModelDeploymentSummary
@Mutable
@NotThreadSafe
public static interface CustomModelDeploymentSummary.Builder
extends SdkPojo, CopyableBuilder<CustomModelDeploymentSummary.Builder,CustomModelDeploymentSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when the custom model deployment was created.customModelDeploymentArn
(String customModelDeploymentArn) The Amazon Resource Name (ARN) of the custom model deployment.customModelDeploymentName
(String customModelDeploymentName) The name of the custom model deployment.failureMessage
(String failureMessage) If the deployment status isFAILED
, this field contains a message describing the failure reason.lastUpdatedAt
(Instant lastUpdatedAt) The date and time when the custom model deployment was last modified.The Amazon Resource Name (ARN) of the custom model associated with this deployment.The status of the custom model deployment.status
(CustomModelDeploymentStatus status) The status of the custom model deployment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
customModelDeploymentArn
The Amazon Resource Name (ARN) of the custom model deployment.
- Parameters:
customModelDeploymentArn
- The Amazon Resource Name (ARN) of the custom model deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customModelDeploymentName
The name of the custom model deployment.
- Parameters:
customModelDeploymentName
- The name of the custom model deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The Amazon Resource Name (ARN) of the custom model associated with this deployment.
- Parameters:
modelArn
- The Amazon Resource Name (ARN) of the custom model associated with this deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the custom model deployment was created.
- Parameters:
createdAt
- The date and time when the custom model deployment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the custom model deployment. Possible values are
CREATING
,ACTIVE
, andFAILED
.- Parameters:
status
- The status of the custom model deployment. Possible values areCREATING
,ACTIVE
, andFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the custom model deployment. Possible values are
CREATING
,ACTIVE
, andFAILED
.- Parameters:
status
- The status of the custom model deployment. Possible values areCREATING
,ACTIVE
, andFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedAt
The date and time when the custom model deployment was last modified.
- Parameters:
lastUpdatedAt
- The date and time when the custom model deployment was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
If the deployment status is
FAILED
, this field contains a message describing the failure reason.- Parameters:
failureMessage
- If the deployment status isFAILED
, this field contains a message describing the failure reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-