public static interface DescribeCompilationJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeCompilationJobResponse.Builder,DescribeCompilationJobResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCompilationJobResponse.Builder |
compilationEndTime(Instant compilationEndTime)
The time when the model compilation job on a compilation job instance ended.
|
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 |
compilationJobName(String compilationJobName)
The name of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
compilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
compilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
|
DescribeCompilationJobResponse.Builder |
compilationStartTime(Instant compilationStartTime)
The time when the model compilation job started the
CompilationJob instances. |
DescribeCompilationJobResponse.Builder |
creationTime(Instant creationTime)
The time that the model compilation job was created.
|
DescribeCompilationJobResponse.Builder |
failureReason(String failureReason)
If a model compilation job failed, the reason it failed.
|
default 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 |
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 |
lastModifiedTime(Instant lastModifiedTime)
The time that the status of the model compilation job was last modified.
|
default 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 |
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 |
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 |
outputConfig(OutputConfig outputConfig)
Information about the output location for the compiled model and the target device that the model runs on.
|
DescribeCompilationJobResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the model compilation job.
|
default DescribeCompilationJobResponse.Builder |
stoppingCondition(Consumer<StoppingCondition.Builder> stoppingCondition)
Specifies a limit to how long a model compilation job can run.
|
DescribeCompilationJobResponse.Builder |
stoppingCondition(StoppingCondition stoppingCondition)
Specifies a limit to how long a model compilation job can run.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeCompilationJobResponse.Builder compilationJobName(String compilationJobName)
The name of the model compilation job.
compilationJobName
- The name of the model compilation job.DescribeCompilationJobResponse.Builder compilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.
compilationJobArn
- The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model
compilation job.DescribeCompilationJobResponse.Builder compilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
compilationJobStatus
- The status of the model compilation job.CompilationJobStatus
,
CompilationJobStatus
DescribeCompilationJobResponse.Builder compilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
compilationJobStatus
- The status of the model compilation job.CompilationJobStatus
,
CompilationJobStatus
DescribeCompilationJobResponse.Builder compilationStartTime(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.
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.
DescribeCompilationJobResponse.Builder compilationEndTime(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.
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.DescribeCompilationJobResponse.Builder stoppingCondition(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.
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.default DescribeCompilationJobResponse.Builder stoppingCondition(Consumer<StoppingCondition.Builder> 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.
This is a convenience that creates an instance of theStoppingCondition.Builder
avoiding the need to
create one manually via StoppingCondition.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to stoppingCondition(StoppingCondition)
.stoppingCondition
- a consumer that will call methods on StoppingCondition.Builder
stoppingCondition(StoppingCondition)
DescribeCompilationJobResponse.Builder creationTime(Instant creationTime)
The time that the model compilation job was created.
creationTime
- The time that the model compilation job was created.DescribeCompilationJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time that the status of the model compilation job was last modified.
lastModifiedTime
- The time that the status of the model compilation job was last modified.DescribeCompilationJobResponse.Builder failureReason(String failureReason)
If a model compilation job failed, the reason it failed.
failureReason
- If a model compilation job failed, the reason it failed.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.
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 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.
This is a convenience that creates an instance of theModelArtifacts.Builder
avoiding the need to
create one manually via ModelArtifacts.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to modelArtifacts(ModelArtifacts)
.modelArtifacts
- a consumer that will call methods on ModelArtifacts.Builder
modelArtifacts(ModelArtifacts)
DescribeCompilationJobResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the model compilation job.
roleArn
- The Amazon Resource Name (ARN) of the model compilation job.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.
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.default 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.
This is a convenience that creates an instance of theInputConfig.Builder
avoiding the need to create
one manually via InputConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to inputConfig(InputConfig)
.inputConfig
- a consumer that will call methods on InputConfig.Builder
inputConfig(InputConfig)
DescribeCompilationJobResponse.Builder outputConfig(OutputConfig outputConfig)
Information about the output location for the compiled model and the target device that the model runs on.
outputConfig
- Information about the output location for the compiled model and the target device that the model runs
on.default 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.
This is a convenience that creates an instance of theOutputConfig.Builder
avoiding the need to
create one manually via OutputConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to outputConfig(OutputConfig)
.outputConfig
- a consumer that will call methods on OutputConfig.Builder
outputConfig(OutputConfig)
Copyright © 2020. All rights reserved.