public static interface DescribeModelPackageResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeModelPackageResponse.Builder,DescribeModelPackageResponse>
Modifier and Type | Method and Description |
---|---|
DescribeModelPackageResponse.Builder |
approvalDescription(String approvalDescription)
A description provided for the model approval.
|
DescribeModelPackageResponse.Builder |
certifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on Amazon Web Services Marketplace.
|
default DescribeModelPackageResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeModelPackageResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
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.
|
default DescribeModelPackageResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeModelPackageResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeModelPackageResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time the model package was modified.
|
default DescribeModelPackageResponse.Builder |
metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeModelPackageResponse.Builder |
metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeModelPackageResponse.Builder |
modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
|
DescribeModelPackageResponse.Builder |
modelApprovalStatus(String modelApprovalStatus)
The approval status of the model package.
|
default DescribeModelPackageResponse.Builder |
modelMetrics(Consumer<ModelMetrics.Builder> modelMetrics)
Metrics for the model.
|
DescribeModelPackageResponse.Builder |
modelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
|
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 |
modelPackageGroupName(String modelPackageGroupName)
If the model is a versioned model, the name of the model group that the versioned model belongs to.
|
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.
|
DescribeModelPackageResponse.Builder |
modelPackageVersion(Integer modelPackageVersion)
The version 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 modelPackageGroupName(String modelPackageGroupName)
If the model is a versioned model, the name of the model group that the versioned model belongs to.
modelPackageGroupName
- If the model is a versioned model, the name of the model group that the versioned model belongs to.DescribeModelPackageResponse.Builder modelPackageVersion(Integer modelPackageVersion)
The version of the model package.
modelPackageVersion
- The version of the model package.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 Amazon Web Services Marketplace.
certifyForMarketplace
- Whether the model package is certified for listing on Amazon Web Services Marketplace.DescribeModelPackageResponse.Builder modelApprovalStatus(String modelApprovalStatus)
The approval status of the model package.
modelApprovalStatus
- The approval status of the model package.ModelApprovalStatus
,
ModelApprovalStatus
DescribeModelPackageResponse.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
modelApprovalStatus
- The approval status of the model package.ModelApprovalStatus
,
ModelApprovalStatus
DescribeModelPackageResponse.Builder createdBy(UserContext createdBy)
createdBy
- The new value for the CreatedBy property for this object.default DescribeModelPackageResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder
avoiding the need to create
one manually via UserContext.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to createdBy(UserContext)
.createdBy
- a consumer that will call methods on UserContext.Builder
createdBy(UserContext)
DescribeModelPackageResponse.Builder metadataProperties(MetadataProperties metadataProperties)
metadataProperties
- The new value for the MetadataProperties property for this object.default DescribeModelPackageResponse.Builder metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
MetadataProperties.Builder
avoiding the need to
create one manually via MetadataProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to metadataProperties(MetadataProperties)
.metadataProperties
- a consumer that will call methods on MetadataProperties.Builder
metadataProperties(MetadataProperties)
DescribeModelPackageResponse.Builder modelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
modelMetrics
- Metrics for the model.default DescribeModelPackageResponse.Builder modelMetrics(Consumer<ModelMetrics.Builder> modelMetrics)
Metrics for the model.
This is a convenience that creates an instance of theModelMetrics.Builder
avoiding the need to
create one manually via ModelMetrics.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to modelMetrics(ModelMetrics)
.modelMetrics
- a consumer that will call methods on ModelMetrics.Builder
modelMetrics(ModelMetrics)
DescribeModelPackageResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the model package was modified.
lastModifiedTime
- The last time the model package was modified.DescribeModelPackageResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- The new value for the LastModifiedBy property for this object.default DescribeModelPackageResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
UserContext.Builder
avoiding the need to create
one manually via UserContext.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to lastModifiedBy(UserContext)
.lastModifiedBy
- a consumer that will call methods on UserContext.Builder
lastModifiedBy(UserContext)
DescribeModelPackageResponse.Builder approvalDescription(String approvalDescription)
A description provided for the model approval.
approvalDescription
- A description provided for the model approval.Copyright © 2021. All rights reserved.