public static interface DescribeEdgePackagingJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeEdgePackagingJobResponse.Builder,DescribeEdgePackagingJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgePackagingJobResponse.Builder |
compilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.
|
DescribeEdgePackagingJobResponse.Builder |
creationTime(Instant creationTime)
The timestamp of when the packaging job was created.
|
DescribeEdgePackagingJobResponse.Builder |
edgePackagingJobArn(String edgePackagingJobArn)
The Amazon Resource Name (ARN) of the edge packaging job.
|
DescribeEdgePackagingJobResponse.Builder |
edgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
|
DescribeEdgePackagingJobResponse.Builder |
edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)
The current status of the packaging job.
|
DescribeEdgePackagingJobResponse.Builder |
edgePackagingJobStatus(String edgePackagingJobStatus)
The current status of the packaging job.
|
DescribeEdgePackagingJobResponse.Builder |
edgePackagingJobStatusMessage(String edgePackagingJobStatusMessage)
Returns a message describing the job status and error messages.
|
DescribeEdgePackagingJobResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp of when the job was last updated.
|
DescribeEdgePackagingJobResponse.Builder |
modelArtifact(String modelArtifact)
The Amazon Simple Storage (S3) URI where model artifacts ares stored.
|
DescribeEdgePackagingJobResponse.Builder |
modelName(String modelName)
The name of the model.
|
DescribeEdgePackagingJobResponse.Builder |
modelSignature(String modelSignature)
The signature document of files in the model artifact.
|
DescribeEdgePackagingJobResponse.Builder |
modelVersion(String modelVersion)
The version of the model.
|
default DescribeEdgePackagingJobResponse.Builder |
outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
The output configuration for the edge packaging job.
|
DescribeEdgePackagingJobResponse.Builder |
outputConfig(EdgeOutputConfig outputConfig)
The output configuration for the edge packaging job.
|
DescribeEdgePackagingJobResponse.Builder |
resourceKey(String resourceKey)
The CMK to use when encrypting the EBS volume the job run on.
|
DescribeEdgePackagingJobResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model,
and to contact Neo.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEdgePackagingJobResponse.Builder edgePackagingJobArn(String edgePackagingJobArn)
The Amazon Resource Name (ARN) of the edge packaging job.
edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.DescribeEdgePackagingJobResponse.Builder edgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
edgePackagingJobName - The name of the edge packaging job.DescribeEdgePackagingJobResponse.Builder compilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.
compilationJobName - The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being
packaged.DescribeEdgePackagingJobResponse.Builder modelName(String modelName)
The name of the model.
modelName - The name of the model.DescribeEdgePackagingJobResponse.Builder modelVersion(String modelVersion)
The version of the model.
modelVersion - The version of the model.DescribeEdgePackagingJobResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.
roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the
model, and to contact Neo.DescribeEdgePackagingJobResponse.Builder outputConfig(EdgeOutputConfig outputConfig)
The output configuration for the edge packaging job.
outputConfig - The output configuration for the edge packaging job.default DescribeEdgePackagingJobResponse.Builder outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
The output configuration for the edge packaging job.
This is a convenience that creates an instance of theEdgeOutputConfig.Builder avoiding the need to
create one manually via EdgeOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputConfig(EdgeOutputConfig).outputConfig - a consumer that will call methods on EdgeOutputConfig.BuilderoutputConfig(EdgeOutputConfig)DescribeEdgePackagingJobResponse.Builder resourceKey(String resourceKey)
The CMK to use when encrypting the EBS volume the job run on.
resourceKey - The CMK to use when encrypting the EBS volume the job run on.DescribeEdgePackagingJobResponse.Builder edgePackagingJobStatus(String edgePackagingJobStatus)
The current status of the packaging job.
edgePackagingJobStatus - The current status of the packaging job.EdgePackagingJobStatus,
EdgePackagingJobStatusDescribeEdgePackagingJobResponse.Builder edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)
The current status of the packaging job.
edgePackagingJobStatus - The current status of the packaging job.EdgePackagingJobStatus,
EdgePackagingJobStatusDescribeEdgePackagingJobResponse.Builder edgePackagingJobStatusMessage(String edgePackagingJobStatusMessage)
Returns a message describing the job status and error messages.
edgePackagingJobStatusMessage - Returns a message describing the job status and error messages.DescribeEdgePackagingJobResponse.Builder creationTime(Instant creationTime)
The timestamp of when the packaging job was created.
creationTime - The timestamp of when the packaging job was created.DescribeEdgePackagingJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp of when the job was last updated.
lastModifiedTime - The timestamp of when the job was last updated.DescribeEdgePackagingJobResponse.Builder modelArtifact(String modelArtifact)
The Amazon Simple Storage (S3) URI where model artifacts ares stored.
modelArtifact - The Amazon Simple Storage (S3) URI where model artifacts ares stored.DescribeEdgePackagingJobResponse.Builder modelSignature(String modelSignature)
The signature document of files in the model artifact.
modelSignature - The signature document of files in the model artifact.Copyright © 2020. All rights reserved.