public static interface CreateInferenceRecommendationsJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateInferenceRecommendationsJobRequest.Builder,CreateInferenceRecommendationsJobRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateInferenceRecommendationsJobRequest.Builder |
inputConfig(Consumer<RecommendationJobInputConfig.Builder> inputConfig)
Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and
endpoint configurations.
|
CreateInferenceRecommendationsJobRequest.Builder |
inputConfig(RecommendationJobInputConfig inputConfig)
Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and
endpoint configurations.
|
CreateInferenceRecommendationsJobRequest.Builder |
jobDescription(String jobDescription)
Description of the recommendation job.
|
CreateInferenceRecommendationsJobRequest.Builder |
jobName(String jobName)
A name for the recommendation job.
|
CreateInferenceRecommendationsJobRequest.Builder |
jobType(RecommendationJobType jobType)
Defines the type of recommendation job.
|
CreateInferenceRecommendationsJobRequest.Builder |
jobType(String jobType)
Defines the type of recommendation job.
|
default CreateInferenceRecommendationsJobRequest.Builder |
outputConfig(Consumer<RecommendationJobOutputConfig.Builder> outputConfig)
Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.
|
CreateInferenceRecommendationsJobRequest.Builder |
outputConfig(RecommendationJobOutputConfig outputConfig)
Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.
|
CreateInferenceRecommendationsJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateInferenceRecommendationsJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateInferenceRecommendationsJobRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
default CreateInferenceRecommendationsJobRequest.Builder |
stoppingConditions(Consumer<RecommendationJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping a recommendation job.
|
CreateInferenceRecommendationsJobRequest.Builder |
stoppingConditions(RecommendationJobStoppingConditions stoppingConditions)
A set of conditions for stopping a recommendation job.
|
CreateInferenceRecommendationsJobRequest.Builder |
tags(Collection<Tag> tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.
|
CreateInferenceRecommendationsJobRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.
|
CreateInferenceRecommendationsJobRequest.Builder |
tags(Tag... tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInferenceRecommendationsJobRequest.Builder jobName(String jobName)
A name for the recommendation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account.
jobName - A name for the recommendation job. The name must be unique within the Amazon Web Services Region and
within your Amazon Web Services account.CreateInferenceRecommendationsJobRequest.Builder jobType(String jobType)
Defines the type of recommendation job. Specify Default to initiate an instance recommendation
and Advanced to initiate a load test. If left unspecified, Amazon SageMaker Inference
Recommender will run an instance recommendation (DEFAULT) job.
jobType - Defines the type of recommendation job. Specify Default to initiate an instance
recommendation and Advanced to initiate a load test. If left unspecified, Amazon
SageMaker Inference Recommender will run an instance recommendation (DEFAULT) job.RecommendationJobType,
RecommendationJobTypeCreateInferenceRecommendationsJobRequest.Builder jobType(RecommendationJobType jobType)
Defines the type of recommendation job. Specify Default to initiate an instance recommendation
and Advanced to initiate a load test. If left unspecified, Amazon SageMaker Inference
Recommender will run an instance recommendation (DEFAULT) job.
jobType - Defines the type of recommendation job. Specify Default to initiate an instance
recommendation and Advanced to initiate a load test. If left unspecified, Amazon
SageMaker Inference Recommender will run an instance recommendation (DEFAULT) job.RecommendationJobType,
RecommendationJobTypeCreateInferenceRecommendationsJobRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your
behalf.CreateInferenceRecommendationsJobRequest.Builder inputConfig(RecommendationJobInputConfig inputConfig)
Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations.
inputConfig - Provides information about the versioned model package Amazon Resource Name (ARN), the traffic
pattern, and endpoint configurations.default CreateInferenceRecommendationsJobRequest.Builder inputConfig(Consumer<RecommendationJobInputConfig.Builder> inputConfig)
Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations.
This is a convenience method that creates an instance of theRecommendationJobInputConfig.Builder
avoiding the need to create one manually via RecommendationJobInputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inputConfig(RecommendationJobInputConfig).
inputConfig - a consumer that will call methods on RecommendationJobInputConfig.BuilderinputConfig(RecommendationJobInputConfig)CreateInferenceRecommendationsJobRequest.Builder jobDescription(String jobDescription)
Description of the recommendation job.
jobDescription - Description of the recommendation job.CreateInferenceRecommendationsJobRequest.Builder stoppingConditions(RecommendationJobStoppingConditions stoppingConditions)
A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is automatically stopped.
stoppingConditions - A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is
automatically stopped.default CreateInferenceRecommendationsJobRequest.Builder stoppingConditions(Consumer<RecommendationJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is automatically stopped.
This is a convenience method that creates an instance of theRecommendationJobStoppingConditions.Builder avoiding the need to create one manually via
RecommendationJobStoppingConditions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to stoppingConditions(RecommendationJobStoppingConditions).
stoppingConditions - a consumer that will call methods on RecommendationJobStoppingConditions.BuilderstoppingConditions(RecommendationJobStoppingConditions)CreateInferenceRecommendationsJobRequest.Builder outputConfig(RecommendationJobOutputConfig outputConfig)
Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.
outputConfig - Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side
encryption.default CreateInferenceRecommendationsJobRequest.Builder outputConfig(Consumer<RecommendationJobOutputConfig.Builder> outputConfig)
Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.
This is a convenience method that creates an instance of theRecommendationJobOutputConfig.Builder
avoiding the need to create one manually via RecommendationJobOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputConfig(RecommendationJobOutputConfig).
outputConfig - a consumer that will call methods on RecommendationJobOutputConfig.BuilderoutputConfig(RecommendationJobOutputConfig)CreateInferenceRecommendationsJobRequest.Builder tags(Collection<Tag> tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
tags - The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.
Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Reference.CreateInferenceRecommendationsJobRequest.Builder tags(Tag... tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
tags - The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.
Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Reference.CreateInferenceRecommendationsJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateInferenceRecommendationsJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateInferenceRecommendationsJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.