public static interface DescribeModelPackageResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeModelPackageResponse.Builder,DescribeModelPackageResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeModelPackageResponse.Builder |
additionalInferenceSpecifications(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
DescribeModelPackageResponse.Builder |
additionalInferenceSpecifications(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
DescribeModelPackageResponse.Builder |
additionalInferenceSpecifications(Consumer<AdditionalInferenceSpecificationDefinition.Builder>... additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
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.
|
DescribeModelPackageResponse.Builder |
customerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
|
DescribeModelPackageResponse.Builder |
domain(String domain)
The machine learning domain of the model package you specified.
|
default DescribeModelPackageResponse.Builder |
driftCheckBaselines(Consumer<DriftCheckBaselines.Builder> driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
DescribeModelPackageResponse.Builder |
driftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the 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.
|
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 that 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.
|
DescribeModelPackageResponse.Builder |
samplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored.
|
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.
|
DescribeModelPackageResponse.Builder |
task(String task)
The machine learning task you specified that your model package accomplishes.
|
default DescribeModelPackageResponse.Builder |
validationSpecification(Consumer<ModelPackageValidationSpecification.Builder> validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
DescribeModelPackageResponse.Builder |
validationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeModelPackageResponse.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 method 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.BuilderinferenceSpecification(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 method 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.BuildersourceAlgorithmSpecification(SourceAlgorithmSpecification)DescribeModelPackageResponse.Builder validationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
validationSpecification - Configurations for one or more transform jobs that SageMaker runs to test the model package.default DescribeModelPackageResponse.Builder validationSpecification(Consumer<ModelPackageValidationSpecification.Builder> validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
This is a convenience method 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.BuildervalidationSpecification(ModelPackageValidationSpecification)DescribeModelPackageResponse.Builder modelPackageStatus(String modelPackageStatus)
The current status of the model package.
modelPackageStatus - The current status of the model package.ModelPackageStatus,
ModelPackageStatusDescribeModelPackageResponse.Builder modelPackageStatus(ModelPackageStatus modelPackageStatus)
The current status of the model package.
modelPackageStatus - The current status of the model package.ModelPackageStatus,
ModelPackageStatusDescribeModelPackageResponse.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 method 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.BuildermodelPackageStatusDetails(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,
ModelApprovalStatusDescribeModelPackageResponse.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
modelApprovalStatus - The approval status of the model package.ModelApprovalStatus,
ModelApprovalStatusDescribeModelPackageResponse.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.BuildercreatedBy(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.BuildermetadataProperties(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 method 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.BuildermodelMetrics(ModelMetrics)DescribeModelPackageResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last time that the model package was modified.
lastModifiedTime - The last time that 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.BuilderlastModifiedBy(UserContext)DescribeModelPackageResponse.Builder approvalDescription(String approvalDescription)
A description provided for the model approval.
approvalDescription - A description provided for the model approval.DescribeModelPackageResponse.Builder customerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
customerMetadataProperties - The metadata properties associated with the model package versions.DescribeModelPackageResponse.Builder driftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.
driftCheckBaselines - Represents the drift check baselines that can be used when the model monitor is set using the model
package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker
Developer Guide.default DescribeModelPackageResponse.Builder driftCheckBaselines(Consumer<DriftCheckBaselines.Builder> driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.
This is a convenience method that creates an instance of theDriftCheckBaselines.Builder avoiding the
need to create one manually via DriftCheckBaselines.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to driftCheckBaselines(DriftCheckBaselines).driftCheckBaselines - a consumer that will call methods on DriftCheckBaselines.BuilderdriftCheckBaselines(DriftCheckBaselines)DescribeModelPackageResponse.Builder domain(String domain)
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
domain - The machine learning domain of the model package you specified. Common machine learning domains
include computer vision and natural language processing.DescribeModelPackageResponse.Builder task(String task)
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.
task - The machine learning task you specified that your model package accomplishes. Common machine learning
tasks include object detection and image classification.DescribeModelPackageResponse.Builder samplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored. This path points to a single gzip compressed tar archive (.tar.gz suffix).
samplePayloadUrl - The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored. This path
points to a single gzip compressed tar archive (.tar.gz suffix).DescribeModelPackageResponse.Builder additionalInferenceSpecifications(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecifications)
An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
additionalInferenceSpecifications - An array of additional Inference Specification objects. Each additional Inference Specification
specifies artifacts based on this model package that can be used on inference endpoints. Generally
used with SageMaker Neo to store the compiled artifacts.DescribeModelPackageResponse.Builder additionalInferenceSpecifications(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecifications)
An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
additionalInferenceSpecifications - An array of additional Inference Specification objects. Each additional Inference Specification
specifies artifacts based on this model package that can be used on inference endpoints. Generally
used with SageMaker Neo to store the compiled artifacts.DescribeModelPackageResponse.Builder additionalInferenceSpecifications(Consumer<AdditionalInferenceSpecificationDefinition.Builder>... additionalInferenceSpecifications)
An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, List.Builder#build()
is called immediately and its result is passed to #additionalInferenceSpecifications(List) .additionalInferenceSpecifications - a consumer that will call methods on List.Builder #additionalInferenceSpecifications(List) Copyright © 2022. All rights reserved.