Interface EdgePackagingJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>,SdkBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>,SdkPojo
- Enclosing class:
- EdgePackagingJobSummary
public static interface EdgePackagingJobSummary.Builder extends SdkPojo, CopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgePackagingJobSummary.BuildercompilationJobName(String compilationJobName)The name of the SageMaker Neo compilation job.EdgePackagingJobSummary.BuildercreationTime(Instant creationTime)The timestamp of when the job was created.EdgePackagingJobSummary.BuilderedgePackagingJobArn(String edgePackagingJobArn)The Amazon Resource Name (ARN) of the edge packaging job.EdgePackagingJobSummary.BuilderedgePackagingJobName(String edgePackagingJobName)The name of the edge packaging job.EdgePackagingJobSummary.BuilderedgePackagingJobStatus(String edgePackagingJobStatus)The status of the edge packaging job.EdgePackagingJobSummary.BuilderedgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)The status of the edge packaging job.EdgePackagingJobSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp of when the edge packaging job was last updated.EdgePackagingJobSummary.BuildermodelName(String modelName)The name of the model.EdgePackagingJobSummary.BuildermodelVersion(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 Detail
-
edgePackagingJobArn
EdgePackagingJobSummary.Builder edgePackagingJobArn(String 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
EdgePackagingJobSummary.Builder edgePackagingJobName(String 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
EdgePackagingJobSummary.Builder edgePackagingJobStatus(String 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,EdgePackagingJobStatus
-
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:
EdgePackagingJobStatus,EdgePackagingJobStatus
-
compilationJobName
EdgePackagingJobSummary.Builder compilationJobName(String 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
EdgePackagingJobSummary.Builder modelName(String 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
EdgePackagingJobSummary.Builder modelVersion(String 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
EdgePackagingJobSummary.Builder creationTime(Instant 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
EdgePackagingJobSummary.Builder lastModifiedTime(Instant 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.
-
-