@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) |
Boolean |
getCertifyForMarketplace()
Whether the model package is certified for listing on AWS Marketplace.
|
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.
|
String |
getModelPackageArn()
The Amazon Resource Name (ARN) of the model package.
|
String |
getModelPackageDescription()
A brief summary of the model package.
|
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.
|
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 AWS Marketplace.
|
void |
setCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on AWS Marketplace.
|
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 |
setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
void |
setModelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
|
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 |
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 |
withCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on AWS Marketplace.
|
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 |
withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
DescribeModelPackageResult |
withModelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
|
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 |
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 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 AWS Marketplace.
certifyForMarketplace
- Whether the model package is certified for listing on AWS Marketplace.public Boolean getCertifyForMarketplace()
Whether the model package is certified for listing on AWS Marketplace.
public DescribeModelPackageResult withCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on AWS Marketplace.
certifyForMarketplace
- Whether the model package is certified for listing on AWS Marketplace.public Boolean isCertifyForMarketplace()
Whether the model package is certified for listing on AWS Marketplace.
public String toString()
toString
in class Object
Object.toString()
public DescribeModelPackageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.