| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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 an IAM role that Amazon SageMaker assumes to perform the model compilation
job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationJobName(String compilationJobName)
The name of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.compilationJobStatus(String 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.
|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.failureReason(String failureReason)
If a model compilation job failed, the reason it failed.
|
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.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 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeCompilationJobResponse.Builder> |
DescribeCompilationJobResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.