Interface GetCustomModelDeploymentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<GetCustomModelDeploymentResponse.Builder,
,GetCustomModelDeploymentResponse> SdkBuilder<GetCustomModelDeploymentResponse.Builder,
,GetCustomModelDeploymentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCustomModelDeploymentResponse
-
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.description
(String description) The description 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 updated.The Amazon Resource Name (ARN) of the custom model associated with this deployment.modelDeploymentName
(String modelDeploymentName) The name of the custom model 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.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
modelDeploymentName
The name of the custom model deployment.
- Parameters:
modelDeploymentName
- 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
- The deployment is being set up and prepared for inference. -
ACTIVE
- The deployment is ready and available for inference requests. -
FAILED
- The deployment failed to be created or became unavailable.
- Parameters:
status
- The status of the custom model deployment. Possible values are:-
CREATING
- The deployment is being set up and prepared for inference. -
ACTIVE
- The deployment is ready and available for inference requests. -
FAILED
- The deployment failed to be created or became unavailable.
-
- 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
- The deployment is being set up and prepared for inference. -
ACTIVE
- The deployment is ready and available for inference requests. -
FAILED
- The deployment failed to be created or became unavailable.
- Parameters:
status
- The status of the custom model deployment. Possible values are:-
CREATING
- The deployment is being set up and prepared for inference. -
ACTIVE
- The deployment is ready and available for inference requests. -
FAILED
- The deployment failed to be created or became unavailable.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
description
The description of the custom model deployment.
- Parameters:
description
- The description of the custom model deployment.- 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.
-
lastUpdatedAt
The date and time when the custom model deployment was last updated.
- Parameters:
lastUpdatedAt
- The date and time when the custom model deployment was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-