public static interface DescribeModelPackageResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeModelPackageResponse.Builder,DescribeModelPackageResponse>
Modifier and Type | Method and Description |
---|---|
DescribeModelPackageResponse.Builder |
certifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on AWS Marketplace.
|
DescribeModelPackageResponse.Builder |
creationTime(Instant creationTime)
A timestamp specifying when the model package was created.
|
default DescribeModelPackageResponse.Builder |
inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
DescribeModelPackageResponse.Builder |
inferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
DescribeModelPackageResponse.Builder |
modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
DescribeModelPackageResponse.Builder |
modelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
|
DescribeModelPackageResponse.Builder |
modelPackageName(String modelPackageName)
The name of the model package being described.
|
DescribeModelPackageResponse.Builder |
modelPackageStatus(ModelPackageStatus modelPackageStatus)
The current status of the model package.
|
DescribeModelPackageResponse.Builder |
modelPackageStatus(String modelPackageStatus)
The current status of the model package.
|
default DescribeModelPackageResponse.Builder |
modelPackageStatusDetails(Consumer<ModelPackageStatusDetails.Builder> modelPackageStatusDetails)
Details about the current status of the model package.
|
DescribeModelPackageResponse.Builder |
modelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
|
default DescribeModelPackageResponse.Builder |
sourceAlgorithmSpecification(Consumer<SourceAlgorithmSpecification.Builder> sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
DescribeModelPackageResponse.Builder |
sourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
default DescribeModelPackageResponse.Builder |
validationSpecification(Consumer<ModelPackageValidationSpecification.Builder> validationSpecification)
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
|
DescribeModelPackageResponse.Builder |
validationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeModelPackageResponse.Builder modelPackageName(String modelPackageName)
The name of the model package being described.
modelPackageName
- The name of the model package being described.DescribeModelPackageResponse.Builder modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.DescribeModelPackageResponse.Builder modelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
modelPackageDescription
- A brief summary of the model package.DescribeModelPackageResponse.Builder creationTime(Instant creationTime)
A timestamp specifying when the model package was created.
creationTime
- A timestamp specifying when the model package was created.DescribeModelPackageResponse.Builder inferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
inferenceSpecification
- Details about inference jobs that can be run with models based on this model package.default DescribeModelPackageResponse.Builder inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
This is a convenience that creates an instance of theInferenceSpecification.Builder
avoiding the
need to create one manually via InferenceSpecification.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to inferenceSpecification(InferenceSpecification)
.inferenceSpecification
- a consumer that will call methods on InferenceSpecification.Builder
inferenceSpecification(InferenceSpecification)
DescribeModelPackageResponse.Builder sourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
sourceAlgorithmSpecification
- Details about the algorithm that was used to create the model package.default DescribeModelPackageResponse.Builder sourceAlgorithmSpecification(Consumer<SourceAlgorithmSpecification.Builder> sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
This is a convenience that creates an instance of theSourceAlgorithmSpecification.Builder
avoiding
the need to create one manually via SourceAlgorithmSpecification.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to sourceAlgorithmSpecification(SourceAlgorithmSpecification)
.sourceAlgorithmSpecification
- a consumer that will call methods on SourceAlgorithmSpecification.Builder
sourceAlgorithmSpecification(SourceAlgorithmSpecification)
DescribeModelPackageResponse.Builder validationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
validationSpecification
- Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.default DescribeModelPackageResponse.Builder validationSpecification(Consumer<ModelPackageValidationSpecification.Builder> validationSpecification)
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
This is a convenience that creates an instance of theModelPackageValidationSpecification.Builder
avoiding the need to create one manually via ModelPackageValidationSpecification.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to validationSpecification(ModelPackageValidationSpecification)
.validationSpecification
- a consumer that will call methods on ModelPackageValidationSpecification.Builder
validationSpecification(ModelPackageValidationSpecification)
DescribeModelPackageResponse.Builder modelPackageStatus(String modelPackageStatus)
The current status of the model package.
modelPackageStatus
- The current status of the model package.ModelPackageStatus
,
ModelPackageStatus
DescribeModelPackageResponse.Builder modelPackageStatus(ModelPackageStatus modelPackageStatus)
The current status of the model package.
modelPackageStatus
- The current status of the model package.ModelPackageStatus
,
ModelPackageStatus
DescribeModelPackageResponse.Builder modelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
modelPackageStatusDetails
- Details about the current status of the model package.default DescribeModelPackageResponse.Builder modelPackageStatusDetails(Consumer<ModelPackageStatusDetails.Builder> modelPackageStatusDetails)
Details about the current status of the model package.
This is a convenience that creates an instance of theModelPackageStatusDetails.Builder
avoiding the
need to create one manually via ModelPackageStatusDetails.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to modelPackageStatusDetails(ModelPackageStatusDetails)
.modelPackageStatusDetails
- a consumer that will call methods on ModelPackageStatusDetails.Builder
modelPackageStatusDetails(ModelPackageStatusDetails)
DescribeModelPackageResponse.Builder certifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on AWS Marketplace.
certifyForMarketplace
- Whether the model package is certified for listing on AWS Marketplace.Copyright © 2020. All rights reserved.