Interface EdgePackagingJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EdgePackagingJobSummary.Builder,
,EdgePackagingJobSummary> SdkBuilder<EdgePackagingJobSummary.Builder,
,EdgePackagingJobSummary> SdkPojo
- Enclosing class:
EdgePackagingJobSummary
@Mutable
@NotThreadSafe
public static interface EdgePackagingJobSummary.Builder
extends SdkPojo, CopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncompilationJobName
(String compilationJobName) The name of the SageMaker Neo compilation job.creationTime
(Instant creationTime) The timestamp of when the job was created.edgePackagingJobArn
(String edgePackagingJobArn) The Amazon Resource Name (ARN) of the edge packaging job.edgePackagingJobName
(String edgePackagingJobName) The name of the edge packaging job.edgePackagingJobStatus
(String edgePackagingJobStatus) The status of the edge packaging job.edgePackagingJobStatus
(EdgePackagingJobStatus edgePackagingJobStatus) The status of the edge packaging job.lastModifiedTime
(Instant lastModifiedTime) The timestamp of when the edge packaging job was last updated.The name of the model.modelVersion
(String modelVersion) The version of the model.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
-
edgePackagingJobArn
The Amazon Resource Name (ARN) of the edge packaging job.
- Parameters:
edgePackagingJobArn
- The Amazon Resource Name (ARN) of the edge packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgePackagingJobName
The name of the edge packaging job.
- Parameters:
edgePackagingJobName
- The name of the edge packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgePackagingJobStatus
The status of the edge packaging job.
- Parameters:
edgePackagingJobStatus
- The status of the edge packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
edgePackagingJobStatus
EdgePackagingJobSummary.Builder edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus) The status of the edge packaging job.
- Parameters:
edgePackagingJobStatus
- The status of the edge packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compilationJobName
The name of the SageMaker Neo compilation job.
- Parameters:
compilationJobName
- The name of the SageMaker Neo compilation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
The name of the model.
- Parameters:
modelName
- The name of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelVersion
The version of the model.
- Parameters:
modelVersion
- The version of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp of when the job was created.
- Parameters:
creationTime
- The timestamp of when the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp of when the edge packaging job was last updated.
- Parameters:
lastModifiedTime
- The timestamp of when the edge packaging job was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-