| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationJobType |
RecommendationJobType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withJobType(RecommendationJobType jobType)
The job type that you provided when you initiated the job.
|
CreateInferenceRecommendationsJobRequest |
CreateInferenceRecommendationsJobRequest.withJobType(RecommendationJobType jobType)
Defines the type of recommendation job.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withJobType(RecommendationJobType jobType)
The recommendation job type.
|
Copyright © 2024. All rights reserved.