Class InferenceRecommendationsJob
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InferenceRecommendationsJob.Builder,
InferenceRecommendationsJob>
A structure that contains a list of recommendation jobs.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final Instant
A timestamp that shows when the job completed.final Instant
A timestamp that shows when the job was created.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
If the job fails, provides information why the job failed.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
jobArn()
The Amazon Resource Name (ARN) of the recommendation job.final String
The job description.final String
jobName()
The name of the job.final RecommendationJobType
jobType()
The recommendation job type.final String
The recommendation job type.final Instant
A timestamp that shows when the job was last modified.final String
The name of the created model.final String
The Amazon Resource Name (ARN) of a versioned model package.final String
roleArn()
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.final String
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.static Class
<? extends InferenceRecommendationsJob.Builder> final RecommendationJobStatus
status()
The status of the job.final String
The status of the job.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobName
-
jobDescription
-
jobType
The recommendation job type.
If the service returns an enum value that is not available in the current SDK version,
jobType
will returnRecommendationJobType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromjobTypeAsString()
.- Returns:
- The recommendation job type.
- See Also:
-
jobTypeAsString
The recommendation job type.
If the service returns an enum value that is not available in the current SDK version,
jobType
will returnRecommendationJobType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromjobTypeAsString()
.- Returns:
- The recommendation job type.
- See Also:
-
jobArn
The Amazon Resource Name (ARN) of the recommendation job.
- Returns:
- The Amazon Resource Name (ARN) of the recommendation job.
-
status
The status of the job.
If the service returns an enum value that is not available in the current SDK version,
status
will returnRecommendationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the job.
- See Also:
-
statusAsString
The status of the job.
If the service returns an enum value that is not available in the current SDK version,
status
will returnRecommendationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the job.
- See Also:
-
creationTime
A timestamp that shows when the job was created.
- Returns:
- A timestamp that shows when the job was created.
-
completionTime
A timestamp that shows when the job completed.
- Returns:
- A timestamp that shows when the job completed.
-
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
A timestamp that shows when the job was last modified.
- Returns:
- A timestamp that shows when the job was last modified.
-
failureReason
If the job fails, provides information why the job failed.
- Returns:
- If the job fails, provides information why the job failed.
-
modelName
The name of the created model.
- Returns:
- The name of the created model.
-
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
The Amazon Resource Name (ARN) of a versioned model package.
- Returns:
- The Amazon Resource Name (ARN) of a versioned model package.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<InferenceRecommendationsJob.Builder,
InferenceRecommendationsJob> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-