public static interface CreateEdgePackagingJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateEdgePackagingJobRequest.Builder,CreateEdgePackagingJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEdgePackagingJobRequest.Builder |
compilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.
|
CreateEdgePackagingJobRequest.Builder |
edgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
|
CreateEdgePackagingJobRequest.Builder |
modelName(String modelName)
The name of the model.
|
CreateEdgePackagingJobRequest.Builder |
modelVersion(String modelVersion)
The version of the model.
|
default CreateEdgePackagingJobRequest.Builder |
outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
Provides information about the output location for the packaged model.
|
CreateEdgePackagingJobRequest.Builder |
outputConfig(EdgeOutputConfig outputConfig)
Provides information about the output location for the packaged model.
|
CreateEdgePackagingJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEdgePackagingJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEdgePackagingJobRequest.Builder |
resourceKey(String resourceKey)
The CMK to use when encrypting the EBS volume the edge packaging job runs on.
|
CreateEdgePackagingJobRequest.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 SageMaker Neo.
|
CreateEdgePackagingJobRequest.Builder |
tags(Collection<Tag> tags)
Creates tags for the packaging job.
|
CreateEdgePackagingJobRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Creates tags for the packaging job.
|
CreateEdgePackagingJobRequest.Builder |
tags(Tag... tags)
Creates tags for the packaging job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEdgePackagingJobRequest.Builder edgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
edgePackagingJobName - The name of the edge packaging job.CreateEdgePackagingJobRequest.Builder compilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.
compilationJobName - The name of the SageMaker Neo compilation job that will be used to locate model artifacts for
packaging.CreateEdgePackagingJobRequest.Builder modelName(String modelName)
The name of the model.
modelName - The name of the model.CreateEdgePackagingJobRequest.Builder modelVersion(String modelVersion)
The version of the model.
modelVersion - The version of the model.CreateEdgePackagingJobRequest.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 SageMaker Neo.
roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the
model, and to contact SageMaker Neo.CreateEdgePackagingJobRequest.Builder outputConfig(EdgeOutputConfig outputConfig)
Provides information about the output location for the packaged model.
outputConfig - Provides information about the output location for the packaged model.default CreateEdgePackagingJobRequest.Builder outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
Provides information about the output location for the packaged model.
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)CreateEdgePackagingJobRequest.Builder resourceKey(String resourceKey)
The CMK to use when encrypting the EBS volume the edge packaging job runs on.
resourceKey - The CMK to use when encrypting the EBS volume the edge packaging job runs on.CreateEdgePackagingJobRequest.Builder tags(Collection<Tag> tags)
Creates tags for the packaging job.
tags - Creates tags for the packaging job.CreateEdgePackagingJobRequest.Builder tags(Tag... tags)
Creates tags for the packaging job.
tags - Creates tags for the packaging job.CreateEdgePackagingJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
Creates tags for the packaging job.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateEdgePackagingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEdgePackagingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.