@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCompilationJobResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeCompilationJobResponse.Builder,DescribeCompilationJobResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeCompilationJobResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeCompilationJobResponse.Builder |
builder() |
Instant |
compilationEndTime()
The time when the model compilation job on a compilation job instance ended.
|
String |
compilationJobArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.
|
String |
compilationJobName()
The name of the model compilation job.
|
CompilationJobStatus |
compilationJobStatus()
The status of the model compilation job.
|
String |
compilationJobStatusAsString()
The status of the model compilation job.
|
Instant |
compilationStartTime()
The time when the model compilation job started the
CompilationJob instances. |
Instant |
creationTime()
The time that the model compilation job was created.
|
boolean |
equals(Object obj) |
String |
failureReason()
If a model compilation job failed, the reason it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
Instant |
lastModifiedTime()
The time that the status of the model compilation job was last modified.
|
ModelArtifacts |
modelArtifacts()
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the
compilation job.
|
OutputConfig |
outputConfig()
Information about the output location for the compiled model and the target device that the model runs on.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the model compilation job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCompilationJobResponse.Builder> |
serializableBuilderClass() |
StoppingCondition |
stoppingCondition()
The duration allowed for model compilation.
|
DescribeCompilationJobResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String compilationJobName()
The name of the model compilation job.
public String compilationJobArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.
public 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,
compilationJobStatus
will return CompilationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from compilationJobStatusAsString()
.
CompilationJobStatus
public 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,
compilationJobStatus
will return CompilationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from compilationJobStatusAsString()
.
CompilationJobStatus
public Instant compilationStartTime()
The time when the model compilation job started the CompilationJob
instances.
You are billed for the time between this timestamp and the timestamp in the DescribeCompilationJobResponse$CompilationEndTime field. 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.
CompilationJob
instances.
You are billed for the time between this timestamp and the timestamp in the DescribeCompilationJobResponse$CompilationEndTime field. 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.
public 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 detected that the job failed.
public StoppingCondition stoppingCondition()
The duration allowed for model compilation.
public Instant creationTime()
The time that the model compilation job was created.
public Instant lastModifiedTime()
The time that the status of the model compilation job was last modified.
public String failureReason()
If a model compilation job failed, the reason it failed.
public ModelArtifacts modelArtifacts()
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.
public String roleArn()
The Amazon Resource Name (ARN) of the model compilation job.
public 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.
public OutputConfig outputConfig()
Information about the output location for the compiled model and the target device that the model runs on.
public DescribeCompilationJobResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeCompilationJobResponse.Builder,DescribeCompilationJobResponse>
toBuilder
in class AwsResponse
public static DescribeCompilationJobResponse.Builder builder()
public static Class<? extends DescribeCompilationJobResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2018. All rights reserved.