| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceRecommendationsJob |
InferenceRecommendationsJob.clone() |
InferenceRecommendationsJob |
InferenceRecommendationsJob.withCompletionTime(Date completionTime)
A timestamp that shows when the job completed.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withCreationTime(Date creationTime)
A timestamp that shows when the job was created.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withFailureReason(String failureReason)
If the job fails, provides information why the job failed.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withJobDescription(String jobDescription)
The job description.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withJobName(String jobName)
The name of the job.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withJobType(RecommendationJobType jobType)
The recommendation job type.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withJobType(String jobType)
The recommendation job type.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the job was last modified.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withModelName(String modelName)
The name of the created model.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withModelPackageVersionArn(String modelPackageVersionArn)
The Amazon Resource Name (ARN) of a versioned model package.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withSamplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withStatus(RecommendationJobStatus status)
The status of the job.
|
InferenceRecommendationsJob |
InferenceRecommendationsJob.withStatus(String status)
The status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferenceRecommendationsJob> |
ListInferenceRecommendationsJobsResult.getInferenceRecommendationsJobs()
The recommendations created from the Amazon SageMaker Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
ListInferenceRecommendationsJobsResult |
ListInferenceRecommendationsJobsResult.withInferenceRecommendationsJobs(InferenceRecommendationsJob... inferenceRecommendationsJobs)
The recommendations created from the Amazon SageMaker Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInferenceRecommendationsJobsResult.setInferenceRecommendationsJobs(Collection<InferenceRecommendationsJob> inferenceRecommendationsJobs)
The recommendations created from the Amazon SageMaker Inference Recommender job.
|
ListInferenceRecommendationsJobsResult |
ListInferenceRecommendationsJobsResult.withInferenceRecommendationsJobs(Collection<InferenceRecommendationsJob> inferenceRecommendationsJobs)
The recommendations created from the Amazon SageMaker Inference Recommender job.
|
Copyright © 2023. All rights reserved.