| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackage |
ModelPackage.clone() |
ModelPackage |
SearchRecord.getModelPackage() |
ModelPackage |
ModelPackage.withApprovalDescription(String approvalDescription)
A description provided when the model approval is set.
|
ModelPackage |
ModelPackage.withCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is to be certified to be listed on AWS Marketplace.
|
ModelPackage |
ModelPackage.withCreatedBy(UserContext createdBy) |
ModelPackage |
ModelPackage.withCreationTime(Date creationTime)
The time that the model package was created.
|
ModelPackage |
ModelPackage.withInferenceSpecification(InferenceSpecification inferenceSpecification) |
ModelPackage |
ModelPackage.withLastModifiedBy(UserContext lastModifiedBy) |
ModelPackage |
ModelPackage.withLastModifiedTime(Date lastModifiedTime)
The last time the model package was modified.
|
ModelPackage |
ModelPackage.withMetadataProperties(MetadataProperties metadataProperties) |
ModelPackage |
ModelPackage.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
ModelPackage |
ModelPackage.withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
|
ModelPackage |
ModelPackage.withModelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
|
ModelPackage |
ModelPackage.withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
ModelPackage |
ModelPackage.withModelPackageDescription(String modelPackageDescription)
The description of the model package.
|
ModelPackage |
ModelPackage.withModelPackageGroupName(String modelPackageGroupName)
The model group to which the model belongs.
|
ModelPackage |
ModelPackage.withModelPackageName(String modelPackageName)
The name of the model.
|
ModelPackage |
ModelPackage.withModelPackageStatus(ModelPackageStatus modelPackageStatus)
The status of the model package.
|
ModelPackage |
ModelPackage.withModelPackageStatus(String modelPackageStatus)
The status of the model package.
|
ModelPackage |
ModelPackage.withModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails) |
ModelPackage |
ModelPackage.withModelPackageVersion(Integer modelPackageVersion)
The version number of a versioned model.
|
ModelPackage |
ModelPackage.withSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification) |
ModelPackage |
ModelPackage.withTags(Collection<Tag> tags)
A list of the tags associated with the model package.
|
ModelPackage |
ModelPackage.withTags(Tag... tags)
A list of the tags associated with the model package.
|
ModelPackage |
ModelPackage.withValidationSpecification(ModelPackageValidationSpecification validationSpecification) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setModelPackage(ModelPackage modelPackage) |
SearchRecord |
SearchRecord.withModelPackage(ModelPackage modelPackage) |
Copyright © 2021. All rights reserved.