| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationJobType |
RecommendationJobType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecommendationJobType |
InferenceRecommendationsJob.jobType()
The recommendation job type.
|
RecommendationJobType |
CreateInferenceRecommendationsJobRequest.jobType()
Defines the type of recommendation job.
|
RecommendationJobType |
DescribeInferenceRecommendationsJobResponse.jobType()
The job type that you provided when you initiated the job.
|
static RecommendationJobType |
RecommendationJobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecommendationJobType[] |
RecommendationJobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RecommendationJobType> |
RecommendationJobType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InferenceRecommendationsJob.Builder |
InferenceRecommendationsJob.Builder.jobType(RecommendationJobType jobType)
The recommendation job type.
|
CreateInferenceRecommendationsJobRequest.Builder |
CreateInferenceRecommendationsJobRequest.Builder.jobType(RecommendationJobType jobType)
Defines the type of recommendation job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
DescribeInferenceRecommendationsJobResponse.Builder.jobType(RecommendationJobType jobType)
The job type that you provided when you initiated the job.
|
Copyright © 2022. All rights reserved.