| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceRecommendationsJobResult |
AbstractAmazonSageMaker.describeInferenceRecommendationsJob(DescribeInferenceRecommendationsJobRequest request) |
DescribeInferenceRecommendationsJobResult |
AmazonSageMakerClient.describeInferenceRecommendationsJob(DescribeInferenceRecommendationsJobRequest request)
Provides the results of the Inference Recommender job.
|
DescribeInferenceRecommendationsJobResult |
AmazonSageMaker.describeInferenceRecommendationsJob(DescribeInferenceRecommendationsJobRequest describeInferenceRecommendationsJobRequest)
Provides the results of the Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.clone() |
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withCompletionTime(Date completionTime)
A timestamp that shows when the job completed.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withCreationTime(Date creationTime)
A timestamp that shows when the job was created.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withFailureReason(String failureReason)
If the job fails, provides information why the job failed.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withInferenceRecommendations(Collection<InferenceRecommendation> inferenceRecommendations)
The recommendations made by Inference Recommender.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withInferenceRecommendations(InferenceRecommendation... inferenceRecommendations)
The recommendations made by Inference Recommender.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withInputConfig(RecommendationJobInputConfig inputConfig)
Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and
endpoint configurations you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withJobDescription(String jobDescription)
The job description that you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withJobName(String jobName)
The name of the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withJobType(RecommendationJobType jobType)
The job type that you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withJobType(String jobType)
The job type that you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the job was last modified.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided
when you initiated the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withStatus(RecommendationJobStatus status)
The status of the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withStatus(String status)
The status of the job.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withStoppingConditions(RecommendationJobStoppingConditions stoppingConditions)
The stopping conditions that you provided when you initiated the job.
|
Copyright © 2022. All rights reserved.