@Generated(value="software.amazon.awssdk:codegen") public final class InferenceRecommendationsJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>
A structure that contains a list of recommendation jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InferenceRecommendationsJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InferenceRecommendationsJob.Builder |
builder() |
Instant |
completionTime()
A timestamp that shows when the job completed.
|
Instant |
creationTime()
A timestamp that shows when the job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the job fails, provides information why the job failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobArn()
The Amazon Resource Name (ARN) of the recommendation job.
|
String |
jobDescription()
The job description.
|
String |
jobName()
The name of the job.
|
RecommendationJobType |
jobType()
The recommendation job type.
|
String |
jobTypeAsString()
The recommendation job type.
|
Instant |
lastModifiedTime()
A timestamp that shows when the job was last modified.
|
String |
modelName()
The name of the created model.
|
String |
modelPackageVersionArn()
The Amazon Resource Name (ARN) of a versioned model package.
|
String |
roleArn()
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
String |
samplePayloadUrl()
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InferenceRecommendationsJob.Builder> |
serializableBuilderClass() |
RecommendationJobStatus |
status()
The status of the job.
|
String |
statusAsString()
The status of the job.
|
InferenceRecommendationsJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
The name of the job.
public final String jobDescription()
The job description.
public final RecommendationJobType jobType()
The recommendation job type.
If the service returns an enum value that is not available in the current SDK version, jobType will
return RecommendationJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from jobTypeAsString().
RecommendationJobTypepublic final String jobTypeAsString()
The recommendation job type.
If the service returns an enum value that is not available in the current SDK version, jobType will
return RecommendationJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from jobTypeAsString().
RecommendationJobTypepublic final String jobArn()
The Amazon Resource Name (ARN) of the recommendation job.
public final RecommendationJobStatus status()
The status of the job.
If the service returns an enum value that is not available in the current SDK version, status will
return RecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
RecommendationJobStatuspublic final String statusAsString()
The status of the job.
If the service returns an enum value that is not available in the current SDK version, status will
return RecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
RecommendationJobStatuspublic final Instant creationTime()
A timestamp that shows when the job was created.
public final Instant completionTime()
A timestamp that shows when the job completed.
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
public final Instant lastModifiedTime()
A timestamp that shows when the job was last modified.
public final String failureReason()
If the job fails, provides information why the job failed.
public final String modelName()
The name of the created model.
public final String samplePayloadUrl()
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
public final String modelPackageVersionArn()
The Amazon Resource Name (ARN) of a versioned model package.
public InferenceRecommendationsJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>public static InferenceRecommendationsJob.Builder builder()
public static Class<? extends InferenceRecommendationsJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.