@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 |
clone() |
boolean |
equals(Object obj) |
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.
|
InferenceSpecification |
getInferenceSpecification()
Details about inference jobs that can be run with models based on this model package.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
The last time the model package was modified.
|
MetadataProperties |
getMetadataProperties() |
String |
getModelApprovalStatus()
The approval status of 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.
|
SourceAlgorithmSpecification |
getSourceAlgorithmSpecification()
Details about the algorithm that was used to create the model package.
|
ModelPackageValidationSpecification |
getValidationSpecification()
Configurations for one or more transform jobs that Amazon 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 |
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 |
setInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
The last time the model package was modified.
|
void |
setMetadataProperties(MetadataProperties metadataProperties) |
void |
setModelApprovalStatus(String modelApprovalStatus)
The approval status of 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 |
setSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
void |
setValidationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
|
String |
toString()
Returns a string representation of this object.
|
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 |
withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
DescribeModelPackageResult |
withLastModifiedBy(UserContext lastModifiedBy) |
DescribeModelPackageResult |
withLastModifiedTime(Date lastModifiedTime)
The last time 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 |
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 |
withSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
DescribeModelPackageResult |
withValidationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that Amazon 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 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.public InferenceSpecification getInferenceSpecification()
Details about inference jobs that can be run with models based on this model package.
public DescribeModelPackageResult withInferenceSpecification(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.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 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.public ModelPackageValidationSpecification getValidationSpecification()
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
public DescribeModelPackageResult withValidationSpecification(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.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 the model package was modified.
lastModifiedTime
- The last time the model package was modified.public Date getLastModifiedTime()
The last time the model package was modified.
public DescribeModelPackageResult withLastModifiedTime(Date lastModifiedTime)
The last time the model package was modified.
lastModifiedTime
- The last time 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 String toString()
toString
in class Object
Object.toString()
public DescribeModelPackageResult clone()