public static interface DescribeImageResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageResponse.Builder,DescribeImageResponse>
Modifier and Type | Method and Description |
---|---|
DescribeImageResponse.Builder |
creationTime(Instant creationTime)
When the image was created.
|
DescribeImageResponse.Builder |
description(String description)
The description of the image.
|
DescribeImageResponse.Builder |
displayName(String displayName)
The name of the image as displayed.
|
DescribeImageResponse.Builder |
failureReason(String failureReason)
When a create, update, or delete operation fails, the reason for the failure.
|
DescribeImageResponse.Builder |
imageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
|
DescribeImageResponse.Builder |
imageName(String imageName)
The name of the image.
|
DescribeImageResponse.Builder |
imageStatus(ImageStatus imageStatus)
The status of the image.
|
DescribeImageResponse.Builder |
imageStatus(String imageStatus)
The status of the image.
|
DescribeImageResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the image was last modified.
|
DescribeImageResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeImageResponse.Builder creationTime(Instant creationTime)
When the image was created.
creationTime
- When the image was created.DescribeImageResponse.Builder description(String description)
The description of the image.
description
- The description of the image.DescribeImageResponse.Builder displayName(String displayName)
The name of the image as displayed.
displayName
- The name of the image as displayed.DescribeImageResponse.Builder failureReason(String failureReason)
When a create, update, or delete operation fails, the reason for the failure.
failureReason
- When a create, update, or delete operation fails, the reason for the failure.DescribeImageResponse.Builder imageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
imageArn
- The Amazon Resource Name (ARN) of the image.DescribeImageResponse.Builder imageName(String imageName)
The name of the image.
imageName
- The name of the image.DescribeImageResponse.Builder imageStatus(String imageStatus)
The status of the image.
imageStatus
- The status of the image.ImageStatus
,
ImageStatus
DescribeImageResponse.Builder imageStatus(ImageStatus imageStatus)
The status of the image.
imageStatus
- The status of the image.ImageStatus
,
ImageStatus
DescribeImageResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the image was last modified.
lastModifiedTime
- When the image was last modified.DescribeImageResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your
behalf.Copyright © 2022. All rights reserved.