@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelPackageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeModelPackageResult() |
Modifier and Type | Method and Description |
---|---|
DescribeModelPackageResult |
addCustomerMetadataPropertiesEntry(String key,
String value)
Add a single CustomerMetadataProperties entry
|
DescribeModelPackageResult |
clearCustomerMetadataPropertiesEntries()
Removes all the entries added into CustomerMetadataProperties.
|
DescribeModelPackageResult |
clone() |
boolean |
equals(Object obj) |
List<AdditionalInferenceSpecificationDefinition> |
getAdditionalInferenceSpecifications()
An array of additional Inference Specification objects.
|
String |
getApprovalDescription()
A description provided for the model approval.
|
Boolean |
getCertifyForMarketplace()
Whether the model package is certified for listing on Amazon Web Services Marketplace.
|
UserContext |
getCreatedBy() |
Date |
getCreationTime()
A timestamp specifying when the model package was created.
|
Map<String,String> |
getCustomerMetadataProperties()
The metadata properties associated with the model package versions.
|
String |
getDomain()
The machine learning domain of the model package you specified.
|
DriftCheckBaselines |
getDriftCheckBaselines()
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
InferenceSpecification |
getInferenceSpecification()
Details about inference jobs that you can run with models based on this model package.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
The last time that the model package was modified.
|
MetadataProperties |
getMetadataProperties() |
String |
getModelApprovalStatus()
The approval status of the model package.
|
ModelPackageModelCard |
getModelCard()
The model card associated with the model package.
|
ModelMetrics |
getModelMetrics()
Metrics for the model.
|
String |
getModelPackageArn()
The Amazon Resource Name (ARN) of the model package.
|
String |
getModelPackageDescription()
A brief summary of the model package.
|
String |
getModelPackageGroupName()
If the model is a versioned model, the name of the model group that the versioned model belongs to.
|
String |
getModelPackageName()
The name of the model package being described.
|
String |
getModelPackageStatus()
The current status of the model package.
|
ModelPackageStatusDetails |
getModelPackageStatusDetails()
Details about the current status of the model package.
|
Integer |
getModelPackageVersion()
The version of the model package.
|
String |
getSamplePayloadUrl()
The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored.
|
ModelPackageSecurityConfig |
getSecurityConfig()
The KMS Key ID (
KMSKeyId ) used for encryption of model package information. |
String |
getSkipModelValidation()
Indicates if you want to skip model validation.
|
SourceAlgorithmSpecification |
getSourceAlgorithmSpecification()
Details about the algorithm that was used to create the model package.
|
String |
getSourceUri()
The URI of the source for the model package.
|
String |
getTask()
The machine learning task you specified that your model package accomplishes.
|
ModelPackageValidationSpecification |
getValidationSpecification()
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
int |
hashCode() |
Boolean |
isCertifyForMarketplace()
Whether the model package is certified for listing on Amazon Web Services Marketplace.
|
void |
setAdditionalInferenceSpecifications(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
void |
setApprovalDescription(String approvalDescription)
A description provided for the model approval.
|
void |
setCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on Amazon Web Services Marketplace.
|
void |
setCreatedBy(UserContext createdBy) |
void |
setCreationTime(Date creationTime)
A timestamp specifying when the model package was created.
|
void |
setCustomerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
|
void |
setDomain(String domain)
The machine learning domain of the model package you specified.
|
void |
setDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
void |
setInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that you can run with models based on this model package.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
The last time that the model package was modified.
|
void |
setMetadataProperties(MetadataProperties metadataProperties) |
void |
setModelApprovalStatus(String modelApprovalStatus)
The approval status of the model package.
|
void |
setModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
void |
setModelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
|
void |
setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
void |
setModelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
|
void |
setModelPackageGroupName(String modelPackageGroupName)
If the model is a versioned model, the name of the model group that the versioned model belongs to.
|
void |
setModelPackageName(String modelPackageName)
The name of the model package being described.
|
void |
setModelPackageStatus(String modelPackageStatus)
The current status of the model package.
|
void |
setModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
|
void |
setModelPackageVersion(Integer modelPackageVersion)
The version of the model package.
|
void |
setSamplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored.
|
void |
setSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId ) used for encryption of model package information. |
void |
setSkipModelValidation(String skipModelValidation)
Indicates if you want to skip model validation.
|
void |
setSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
void |
setSourceUri(String sourceUri)
The URI of the source for the model package.
|
void |
setTask(String task)
The machine learning task you specified that your model package accomplishes.
|
void |
setValidationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelPackageResult |
withAdditionalInferenceSpecifications(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
DescribeModelPackageResult |
withAdditionalInferenceSpecifications(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
DescribeModelPackageResult |
withApprovalDescription(String approvalDescription)
A description provided for the model approval.
|
DescribeModelPackageResult |
withCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on Amazon Web Services Marketplace.
|
DescribeModelPackageResult |
withCreatedBy(UserContext createdBy) |
DescribeModelPackageResult |
withCreationTime(Date creationTime)
A timestamp specifying when the model package was created.
|
DescribeModelPackageResult |
withCustomerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
|
DescribeModelPackageResult |
withDomain(String domain)
The machine learning domain of the model package you specified.
|
DescribeModelPackageResult |
withDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
DescribeModelPackageResult |
withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that you can run with models based on this model package.
|
DescribeModelPackageResult |
withLastModifiedBy(UserContext lastModifiedBy) |
DescribeModelPackageResult |
withLastModifiedTime(Date lastModifiedTime)
The last time that the model package was modified.
|
DescribeModelPackageResult |
withMetadataProperties(MetadataProperties metadataProperties) |
DescribeModelPackageResult |
withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
|
DescribeModelPackageResult |
withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model package.
|
DescribeModelPackageResult |
withModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
DescribeModelPackageResult |
withModelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
|
DescribeModelPackageResult |
withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
DescribeModelPackageResult |
withModelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
|
DescribeModelPackageResult |
withModelPackageGroupName(String modelPackageGroupName)
If the model is a versioned model, the name of the model group that the versioned model belongs to.
|
DescribeModelPackageResult |
withModelPackageName(String modelPackageName)
The name of the model package being described.
|
DescribeModelPackageResult |
withModelPackageStatus(ModelPackageStatus modelPackageStatus)
The current status of the model package.
|
DescribeModelPackageResult |
withModelPackageStatus(String modelPackageStatus)
The current status of the model package.
|
DescribeModelPackageResult |
withModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
|
DescribeModelPackageResult |
withModelPackageVersion(Integer modelPackageVersion)
The version of the model package.
|
DescribeModelPackageResult |
withSamplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored.
|
DescribeModelPackageResult |
withSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId ) used for encryption of model package information. |
DescribeModelPackageResult |
withSkipModelValidation(SkipModelValidation skipModelValidation)
Indicates if you want to skip model validation.
|
DescribeModelPackageResult |
withSkipModelValidation(String skipModelValidation)
Indicates if you want to skip model validation.
|
DescribeModelPackageResult |
withSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
DescribeModelPackageResult |
withSourceUri(String sourceUri)
The URI of the source for the model package.
|
DescribeModelPackageResult |
withTask(String task)
The machine learning task you specified that your model package accomplishes.
|
DescribeModelPackageResult |
withValidationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelPackageName(String modelPackageName)
The name of the model package being described.
modelPackageName
- The name of the model package being described.public String getModelPackageName()
The name of the model package being described.
public DescribeModelPackageResult withModelPackageName(String modelPackageName)
The name of the model package being described.
modelPackageName
- The name of the model package being described.public void setModelPackageGroupName(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.public String getModelPackageGroupName()
If the model is a versioned model, the name of the model group that the versioned model belongs to.
public DescribeModelPackageResult withModelPackageGroupName(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.public void setModelPackageVersion(Integer modelPackageVersion)
The version of the model package.
modelPackageVersion
- The version of the model package.public Integer getModelPackageVersion()
The version of the model package.
public DescribeModelPackageResult withModelPackageVersion(Integer modelPackageVersion)
The version of the model package.
modelPackageVersion
- The version of the model package.public void setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.public String getModelPackageArn()
The Amazon Resource Name (ARN) of the model package.
public DescribeModelPackageResult withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.public void setModelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
modelPackageDescription
- A brief summary of the model package.public String getModelPackageDescription()
A brief summary of the model package.
public DescribeModelPackageResult withModelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
modelPackageDescription
- A brief summary of the model package.public void setCreationTime(Date creationTime)
A timestamp specifying when the model package was created.
creationTime
- A timestamp specifying when the model package was created.public Date getCreationTime()
A timestamp specifying when the model package was created.
public DescribeModelPackageResult withCreationTime(Date creationTime)
A timestamp specifying when the model package was created.
creationTime
- A timestamp specifying when the model package was created.public void setInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that you can run with models based on this model package.
inferenceSpecification
- Details about inference jobs that you can run with models based on this model package.public InferenceSpecification getInferenceSpecification()
Details about inference jobs that you can run with models based on this model package.
public DescribeModelPackageResult withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that you can run with models based on this model package.
inferenceSpecification
- Details about inference jobs that you can run with models based on this model package.public void setSourceAlgorithmSpecification(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.public SourceAlgorithmSpecification getSourceAlgorithmSpecification()
Details about the algorithm that was used to create the model package.
public DescribeModelPackageResult withSourceAlgorithmSpecification(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.public void setValidationSpecification(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.public ModelPackageValidationSpecification getValidationSpecification()
Configurations for one or more transform jobs that SageMaker runs to test the model package.
public DescribeModelPackageResult withValidationSpecification(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.public void setModelPackageStatus(String modelPackageStatus)
The current status of the model package.
modelPackageStatus
- The current status of the model package.ModelPackageStatus
public String getModelPackageStatus()
The current status of the model package.
ModelPackageStatus
public DescribeModelPackageResult withModelPackageStatus(String modelPackageStatus)
The current status of the model package.
modelPackageStatus
- The current status of the model package.ModelPackageStatus
public DescribeModelPackageResult withModelPackageStatus(ModelPackageStatus modelPackageStatus)
The current status of the model package.
modelPackageStatus
- The current status of the model package.ModelPackageStatus
public void setModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
modelPackageStatusDetails
- Details about the current status of the model package.public ModelPackageStatusDetails getModelPackageStatusDetails()
Details about the current status of the model package.
public DescribeModelPackageResult withModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
modelPackageStatusDetails
- Details about the current status of the model package.public void setCertifyForMarketplace(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.public Boolean getCertifyForMarketplace()
Whether the model package is certified for listing on Amazon Web Services Marketplace.
public DescribeModelPackageResult withCertifyForMarketplace(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.public Boolean isCertifyForMarketplace()
Whether the model package is certified for listing on Amazon Web Services Marketplace.
public void setModelApprovalStatus(String modelApprovalStatus)
The approval status of the model package.
modelApprovalStatus
- The approval status of the model package.ModelApprovalStatus
public String getModelApprovalStatus()
The approval status of the model package.
ModelApprovalStatus
public DescribeModelPackageResult withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model package.
modelApprovalStatus
- The approval status of the model package.ModelApprovalStatus
public DescribeModelPackageResult withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
modelApprovalStatus
- The approval status of the model package.ModelApprovalStatus
public void setCreatedBy(UserContext createdBy)
createdBy
- public UserContext getCreatedBy()
public DescribeModelPackageResult withCreatedBy(UserContext createdBy)
createdBy
- public void setMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public MetadataProperties getMetadataProperties()
public DescribeModelPackageResult withMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public void setModelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
modelMetrics
- Metrics for the model.public ModelMetrics getModelMetrics()
Metrics for the model.
public DescribeModelPackageResult withModelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
modelMetrics
- Metrics for the model.public void setLastModifiedTime(Date lastModifiedTime)
The last time that the model package was modified.
lastModifiedTime
- The last time that the model package was modified.public Date getLastModifiedTime()
The last time that the model package was modified.
public DescribeModelPackageResult withLastModifiedTime(Date lastModifiedTime)
The last time that the model package was modified.
lastModifiedTime
- The last time that the model package was modified.public void setLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public UserContext getLastModifiedBy()
public DescribeModelPackageResult withLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public void setApprovalDescription(String approvalDescription)
A description provided for the model approval.
approvalDescription
- A description provided for the model approval.public String getApprovalDescription()
A description provided for the model approval.
public DescribeModelPackageResult withApprovalDescription(String approvalDescription)
A description provided for the model approval.
approvalDescription
- A description provided for the model approval.public void setDomain(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.public String getDomain()
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
public DescribeModelPackageResult withDomain(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.public void setTask(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.public String getTask()
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.
public DescribeModelPackageResult withTask(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.public void setSamplePayloadUrl(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).public String getSamplePayloadUrl()
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).
public DescribeModelPackageResult withSamplePayloadUrl(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).public Map<String,String> getCustomerMetadataProperties()
The metadata properties associated with the model package versions.
public void setCustomerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
customerMetadataProperties
- The metadata properties associated with the model package versions.public DescribeModelPackageResult withCustomerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
customerMetadataProperties
- The metadata properties associated with the model package versions.public DescribeModelPackageResult addCustomerMetadataPropertiesEntry(String key, String value)
public DescribeModelPackageResult clearCustomerMetadataPropertiesEntries()
public void setDriftCheckBaselines(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.public DriftCheckBaselines getDriftCheckBaselines()
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.
public DescribeModelPackageResult withDriftCheckBaselines(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.public List<AdditionalInferenceSpecificationDefinition> getAdditionalInferenceSpecifications()
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.
public void setAdditionalInferenceSpecifications(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.public DescribeModelPackageResult withAdditionalInferenceSpecifications(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.
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalInferenceSpecifications(java.util.Collection)
or
withAdditionalInferenceSpecifications(java.util.Collection)
if you want to override the existing values.
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.public DescribeModelPackageResult withAdditionalInferenceSpecifications(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.public void setSkipModelValidation(String skipModelValidation)
Indicates if you want to skip model validation.
skipModelValidation
- Indicates if you want to skip model validation.SkipModelValidation
public String getSkipModelValidation()
Indicates if you want to skip model validation.
SkipModelValidation
public DescribeModelPackageResult withSkipModelValidation(String skipModelValidation)
Indicates if you want to skip model validation.
skipModelValidation
- Indicates if you want to skip model validation.SkipModelValidation
public DescribeModelPackageResult withSkipModelValidation(SkipModelValidation skipModelValidation)
Indicates if you want to skip model validation.
skipModelValidation
- Indicates if you want to skip model validation.SkipModelValidation
public void setSourceUri(String sourceUri)
The URI of the source for the model package.
sourceUri
- The URI of the source for the model package.public String getSourceUri()
The URI of the source for the model package.
public DescribeModelPackageResult withSourceUri(String sourceUri)
The URI of the source for the model package.
sourceUri
- The URI of the source for the model package.public void setSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (KMSKeyId
) used for encryption of model package information.
securityConfig
- The KMS Key ID (KMSKeyId
) used for encryption of model package information.public ModelPackageSecurityConfig getSecurityConfig()
The KMS Key ID (KMSKeyId
) used for encryption of model package information.
KMSKeyId
) used for encryption of model package information.public DescribeModelPackageResult withSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (KMSKeyId
) used for encryption of model package information.
securityConfig
- The KMS Key ID (KMSKeyId
) used for encryption of model package information.public void setModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package. Since ModelPackageModelCard
is tied to a model
package, it is a specific usage of a model card and its schema is simplified compared to the schema of
ModelCard
. The ModelPackageModelCard
schema does not include
model_package_details
, and model_overview
is composed of the model_creator
and model_artifact
properties. For more information about the model package model card schema, see
Model
package model card schema. For more information about the model card associated with the model package, see
View the Details of a Model
Version.
modelCard
- The model card associated with the model package. Since ModelPackageModelCard
is tied to a
model package, it is a specific usage of a model card and its schema is simplified compared to the schema
of ModelCard
. The ModelPackageModelCard
schema does not include
model_package_details
, and model_overview
is composed of the
model_creator
and model_artifact
properties. For more information about the
model package model card schema, see Model
package model card schema. For more information about the model card associated with the model
package, see View
the Details of a Model Version.public ModelPackageModelCard getModelCard()
The model card associated with the model package. Since ModelPackageModelCard
is tied to a model
package, it is a specific usage of a model card and its schema is simplified compared to the schema of
ModelCard
. The ModelPackageModelCard
schema does not include
model_package_details
, and model_overview
is composed of the model_creator
and model_artifact
properties. For more information about the model package model card schema, see
Model
package model card schema. For more information about the model card associated with the model package, see
View the Details of a Model
Version.
ModelPackageModelCard
is tied to a
model package, it is a specific usage of a model card and its schema is simplified compared to the schema
of ModelCard
. The ModelPackageModelCard
schema does not include
model_package_details
, and model_overview
is composed of the
model_creator
and model_artifact
properties. For more information about the
model package model card schema, see Model package model card schema. For more information about the model card associated with the model
package, see View
the Details of a Model Version.public DescribeModelPackageResult withModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package. Since ModelPackageModelCard
is tied to a model
package, it is a specific usage of a model card and its schema is simplified compared to the schema of
ModelCard
. The ModelPackageModelCard
schema does not include
model_package_details
, and model_overview
is composed of the model_creator
and model_artifact
properties. For more information about the model package model card schema, see
Model
package model card schema. For more information about the model card associated with the model package, see
View the Details of a Model
Version.
modelCard
- The model card associated with the model package. Since ModelPackageModelCard
is tied to a
model package, it is a specific usage of a model card and its schema is simplified compared to the schema
of ModelCard
. The ModelPackageModelCard
schema does not include
model_package_details
, and model_overview
is composed of the
model_creator
and model_artifact
properties. For more information about the
model package model card schema, see Model
package model card schema. For more information about the model card associated with the model
package, see View
the Details of a Model Version.public String toString()
toString
in class Object
Object.toString()
public DescribeModelPackageResult clone()