Class DescribeCompilationJobResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeCompilationJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeCompilationJobResponse.Builder,DescribeCompilationJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeCompilationJobResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeCompilationJobResponse.Builder,DescribeCompilationJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeCompilationJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeCompilationJobResponse.Builderbuilder()InstantcompilationEndTime()The time when the model compilation job on a compilation job instance ended.StringcompilationJobArn()The Amazon Resource Name (ARN) of the model compilation job.StringcompilationJobName()The name of the model compilation job.CompilationJobStatuscompilationJobStatus()The status of the model compilation job.StringcompilationJobStatusAsString()The status of the model compilation job.InstantcompilationStartTime()The time when the model compilation job started theCompilationJobinstances.InstantcreationTime()The time that the model compilation job was created.DerivedInformationderivedInformation()Information that SageMaker Neo automatically derived about the model.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()If a model compilation job failed, the reason it failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinferenceImage()The inference image to use when compiling a model.InputConfiginputConfig()Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.InstantlastModifiedTime()The time that the status of the model compilation job was last modified.ModelArtifactsmodelArtifacts()Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.ModelDigestsmodelDigests()Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.StringmodelPackageVersionArn()The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.OutputConfigoutputConfig()Information about the output location for the compiled model and the target device that the model runs on.StringroleArn()The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeCompilationJobResponse.Builder>serializableBuilderClass()StoppingConditionstoppingCondition()Specifies a limit to how long a model compilation job can run.DescribeCompilationJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.NeoVpcConfigvpcConfig()A VpcConfig object that specifies the VPC that you want your compilation job to connect to.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
compilationJobName
public final String compilationJobName()
The name of the model compilation job.
- Returns:
- The name of the model compilation job.
-
compilationJobArn
public final String compilationJobArn()
The Amazon Resource Name (ARN) of the model compilation job.
- Returns:
- The Amazon Resource Name (ARN) of the model compilation job.
-
compilationJobStatus
public final CompilationJobStatus compilationJobStatus()
The status of the model compilation job.
If the service returns an enum value that is not available in the current SDK version,
compilationJobStatuswill returnCompilationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompilationJobStatusAsString().- Returns:
- The status of the model compilation job.
- See Also:
CompilationJobStatus
-
compilationJobStatusAsString
public final String compilationJobStatusAsString()
The status of the model compilation job.
If the service returns an enum value that is not available in the current SDK version,
compilationJobStatuswill returnCompilationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompilationJobStatusAsString().- Returns:
- The status of the model compilation job.
- See Also:
CompilationJobStatus
-
compilationStartTime
public final Instant compilationStartTime()
The time when the model compilation job started the
CompilationJobinstances.You are billed for the time between this timestamp and the timestamp in the
CompilationEndTimefield. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container.- Returns:
- The time when the model compilation job started the
CompilationJobinstances.You are billed for the time between this timestamp and the timestamp in the
CompilationEndTimefield. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container.
-
compilationEndTime
public final Instant compilationEndTime()
The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed.
- Returns:
- The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed.
-
stoppingCondition
public final StoppingCondition stoppingCondition()
Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.
- Returns:
- Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.
-
inferenceImage
public final String inferenceImage()
The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.
- Returns:
- The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.
-
modelPackageVersionArn
public final String modelPackageVersionArn()
The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.
- Returns:
- The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.
-
creationTime
public final Instant creationTime()
The time that the model compilation job was created.
- Returns:
- The time that the model compilation job was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The time that the status of the model compilation job was last modified.
- Returns:
- The time that the status of the model compilation job was last modified.
-
failureReason
public final String failureReason()
If a model compilation job failed, the reason it failed.
- Returns:
- If a model compilation job failed, the reason it failed.
-
modelArtifacts
public final ModelArtifacts modelArtifacts()
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.
- Returns:
- Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.
-
modelDigests
public final ModelDigests modelDigests()
Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.
- Returns:
- Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.
- Returns:
- The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.
-
inputConfig
public final InputConfig inputConfig()
Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.
- Returns:
- Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.
-
outputConfig
public final OutputConfig outputConfig()
Information about the output location for the compiled model and the target device that the model runs on.
- Returns:
- Information about the output location for the compiled model and the target device that the model runs on.
-
vpcConfig
public final NeoVpcConfig vpcConfig()
A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.
- Returns:
- A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.
-
derivedInformation
public final DerivedInformation derivedInformation()
Information that SageMaker Neo automatically derived about the model.
- Returns:
- Information that SageMaker Neo automatically derived about the model.
-
toBuilder
public DescribeCompilationJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeCompilationJobResponse.Builder,DescribeCompilationJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeCompilationJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeCompilationJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-