static DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.builder() |
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationEndTime(Instant compilationEndTime) |
The time when the model compilation job on a compilation job instance ended.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationJobArn(String compilationJobArn) |
The Amazon Resource Name (ARN) of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationJobName(String compilationJobName) |
The name of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationJobStatus(String compilationJobStatus) |
The status of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationJobStatus(CompilationJobStatus compilationJobStatus) |
The status of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationStartTime(Instant compilationStartTime) |
The time when the model compilation job started the CompilationJob instances.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.creationTime(Instant creationTime) |
The time that the model compilation job was created.
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.derivedInformation(Consumer<DerivedInformation.Builder> derivedInformation) |
Information that SageMaker Neo automatically derived about the model.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.derivedInformation(DerivedInformation derivedInformation) |
Information that SageMaker Neo automatically derived about the model.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.failureReason(String failureReason) |
If a model compilation job failed, the reason it failed.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.inferenceImage(String inferenceImage) |
The inference image to use when compiling a model.
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.inputConfig(Consumer<InputConfig.Builder> 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.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.inputConfig(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.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time that the status of the model compilation job was last modified.
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.modelArtifacts(Consumer<ModelArtifacts.Builder> modelArtifacts) |
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in
the compilation job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.modelArtifacts(ModelArtifacts modelArtifacts) |
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in
the compilation job.
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.modelDigests(Consumer<ModelDigests.Builder> modelDigests) |
Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.modelDigests(ModelDigests modelDigests) |
Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.modelPackageVersionArn(String modelPackageVersionArn) |
The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you
initiated a compilation job.
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) |
Information about the output location for the compiled model and the target device that the model runs on.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.outputConfig(OutputConfig outputConfig) |
Information about the output location for the compiled model and the target device that the model runs on.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model
compilation job.
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.stoppingCondition(Consumer<StoppingCondition.Builder> stoppingCondition) |
Specifies a limit to how long a model compilation job can run.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.stoppingCondition(StoppingCondition stoppingCondition) |
Specifies a limit to how long a model compilation job can run.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.toBuilder() |
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.vpcConfig(Consumer<NeoVpcConfig.Builder> vpcConfig) |
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.vpcConfig(NeoVpcConfig vpcConfig) |
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|