| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.clone() |
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withInputConfig(RecommendationJobInputConfig inputConfig)
Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and
endpoint configurations.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withJobDescription(String jobDescription)
Description of the recommendation job.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withJobName(String jobName)
A name for the recommendation job.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withJobType(RecommendationJobType jobType)
Defines the type of recommendation job.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withJobType(String jobType)
Defines the type of recommendation job.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withOutputConfig(RecommendationJobOutputConfig outputConfig)
Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withStoppingConditions(RecommendationJobStoppingConditions stoppingConditions)
A set of conditions for stopping a recommendation job.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withTags(Collection<Tag> tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withTags(Tag... tags)
The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.
|
Copyright © 2022. All rights reserved.