Class InferenceRecommendationsJob
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.InferenceRecommendationsJob
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInferenceRecommendationsJob.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InferenceRecommendationsJob.Builderbuilder()InstantcompletionTime()A timestamp that shows when the job completed.InstantcreationTime()A timestamp that shows when the job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()If the job fails, provides information why the job failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobArn()The Amazon Resource Name (ARN) of the recommendation job.StringjobDescription()The job description.StringjobName()The name of the job.RecommendationJobTypejobType()The recommendation job type.StringjobTypeAsString()The recommendation job type.InstantlastModifiedTime()A timestamp that shows when the job was last modified.StringmodelName()The name of the created model.StringmodelPackageVersionArn()The Amazon Resource Name (ARN) of a versioned model package.StringroleArn()The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.StringsamplePayloadUrl()The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.List<SdkField<?>>sdkFields()static Class<? extends InferenceRecommendationsJob.Builder>serializableBuilderClass()RecommendationJobStatusstatus()The status of the job.StringstatusAsString()The status of the job.InferenceRecommendationsJob.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobName
public final String jobName()
The name of the job.
- Returns:
- The name of the job.
-
jobDescription
public final String jobDescription()
The job description.
- Returns:
- The job description.
-
jobType
public final RecommendationJobType jobType()
The recommendation job type.
If the service returns an enum value that is not available in the current SDK version,
jobTypewill returnRecommendationJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The recommendation job type.
- See Also:
RecommendationJobType
-
jobTypeAsString
public final String jobTypeAsString()
The recommendation job type.
If the service returns an enum value that is not available in the current SDK version,
jobTypewill returnRecommendationJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The recommendation job type.
- See Also:
RecommendationJobType
-
jobArn
public final String jobArn()
The Amazon Resource Name (ARN) of the recommendation job.
- Returns:
- The Amazon Resource Name (ARN) of the recommendation job.
-
status
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,
statuswill returnRecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the job.
- See Also:
RecommendationJobStatus
-
statusAsString
public final String statusAsString()
The status of the job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the job.
- See Also:
RecommendationJobStatus
-
creationTime
public final Instant creationTime()
A timestamp that shows when the job was created.
- Returns:
- A timestamp that shows when the job was created.
-
completionTime
public final Instant completionTime()
A timestamp that shows when the job completed.
- Returns:
- A timestamp that shows when the job completed.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
- Returns:
- The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
-
lastModifiedTime
public final Instant lastModifiedTime()
A timestamp that shows when the job was last modified.
- Returns:
- A timestamp that shows when the job was last modified.
-
failureReason
public final String failureReason()
If the job fails, provides information why the job failed.
- Returns:
- If the job fails, provides information why the job failed.
-
modelName
public final String modelName()
The name of the created model.
- Returns:
- The name of the created model.
-
samplePayloadUrl
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).
- Returns:
- 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).
-
modelPackageVersionArn
public final String modelPackageVersionArn()
The Amazon Resource Name (ARN) of a versioned model package.
- Returns:
- The Amazon Resource Name (ARN) of a versioned model package.
-
toBuilder
public InferenceRecommendationsJob.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>
-
builder
public static InferenceRecommendationsJob.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceRecommendationsJob.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-