DescribeCompilationJobResponse class

Constructors

DescribeCompilationJobResponse({required String compilationJobArn, required String compilationJobName, required CompilationJobStatus compilationJobStatus, required DateTime creationTime, required String failureReason, required InputConfig inputConfig, required DateTime lastModifiedTime, required ModelArtifacts modelArtifacts, required OutputConfig outputConfig, required String roleArn, required StoppingCondition stoppingCondition, DateTime? compilationEndTime, DateTime? compilationStartTime, ModelDigests? modelDigests})
DescribeCompilationJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

compilationEndTime DateTime?
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.
final
compilationJobArn String
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.
final
compilationJobName String
The name of the model compilation job.
final
compilationJobStatus CompilationJobStatus
The status of the model compilation job.
final
compilationStartTime DateTime?
The time when the model compilation job started the CompilationJob instances.
final
creationTime DateTime
The time that the model compilation job was created.
final
failureReason String
If a model compilation job failed, the reason it failed.
final
hashCode int
The hash code for this object.
no setterinherited
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.
final
lastModifiedTime DateTime
The time that the status of the model compilation job was last modified.
final
modelArtifacts ModelArtifacts
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.
final
modelDigests ModelDigests?
Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.
final
outputConfig OutputConfig
Information about the output location for the compiled model and the target device that the model runs on.
final
roleArn String
The Amazon Resource Name (ARN) of the model compilation job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoppingCondition StoppingCondition
Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited