@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAlgorithmResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAlgorithmResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAlgorithmResult |
clone() |
boolean |
equals(Object obj) |
String |
getAlgorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
|
String |
getAlgorithmDescription()
A brief summary about the algorithm.
|
String |
getAlgorithmName()
The name of the algorithm being described.
|
String |
getAlgorithmStatus()
The current status of the algorithm.
|
AlgorithmStatusDetails |
getAlgorithmStatusDetails()
Details about the current status of the algorithm.
|
Boolean |
getCertifyForMarketplace()
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
|
Date |
getCreationTime()
A timestamp specifying when the algorithm was created.
|
InferenceSpecification |
getInferenceSpecification()
Details about inference jobs that the algorithm runs.
|
String |
getProductId()
The product identifier of the algorithm.
|
TrainingSpecification |
getTrainingSpecification()
Details about training jobs run by this algorithm.
|
AlgorithmValidationSpecification |
getValidationSpecification()
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
|
int |
hashCode() |
Boolean |
isCertifyForMarketplace()
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
|
void |
setAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
|
void |
setAlgorithmDescription(String algorithmDescription)
A brief summary about the algorithm.
|
void |
setAlgorithmName(String algorithmName)
The name of the algorithm being described.
|
void |
setAlgorithmStatus(String algorithmStatus)
The current status of the algorithm.
|
void |
setAlgorithmStatusDetails(AlgorithmStatusDetails algorithmStatusDetails)
Details about the current status of the algorithm.
|
void |
setCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
|
void |
setCreationTime(Date creationTime)
A timestamp specifying when the algorithm was created.
|
void |
setInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that the algorithm runs.
|
void |
setProductId(String productId)
The product identifier of the algorithm.
|
void |
setTrainingSpecification(TrainingSpecification trainingSpecification)
Details about training jobs run by this algorithm.
|
void |
setValidationSpecification(AlgorithmValidationSpecification validationSpecification)
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAlgorithmResult |
withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
|
DescribeAlgorithmResult |
withAlgorithmDescription(String algorithmDescription)
A brief summary about the algorithm.
|
DescribeAlgorithmResult |
withAlgorithmName(String algorithmName)
The name of the algorithm being described.
|
DescribeAlgorithmResult |
withAlgorithmStatus(AlgorithmStatus algorithmStatus)
The current status of the algorithm.
|
DescribeAlgorithmResult |
withAlgorithmStatus(String algorithmStatus)
The current status of the algorithm.
|
DescribeAlgorithmResult |
withAlgorithmStatusDetails(AlgorithmStatusDetails algorithmStatusDetails)
Details about the current status of the algorithm.
|
DescribeAlgorithmResult |
withCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
|
DescribeAlgorithmResult |
withCreationTime(Date creationTime)
A timestamp specifying when the algorithm was created.
|
DescribeAlgorithmResult |
withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that the algorithm runs.
|
DescribeAlgorithmResult |
withProductId(String productId)
The product identifier of the algorithm.
|
DescribeAlgorithmResult |
withTrainingSpecification(TrainingSpecification trainingSpecification)
Details about training jobs run by this algorithm.
|
DescribeAlgorithmResult |
withValidationSpecification(AlgorithmValidationSpecification validationSpecification)
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlgorithmName(String algorithmName)
The name of the algorithm being described.
algorithmName
- The name of the algorithm being described.public String getAlgorithmName()
The name of the algorithm being described.
public DescribeAlgorithmResult withAlgorithmName(String algorithmName)
The name of the algorithm being described.
algorithmName
- The name of the algorithm being described.public void setAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
algorithmArn
- The Amazon Resource Name (ARN) of the algorithm.public String getAlgorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
public DescribeAlgorithmResult withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
algorithmArn
- The Amazon Resource Name (ARN) of the algorithm.public void setAlgorithmDescription(String algorithmDescription)
A brief summary about the algorithm.
algorithmDescription
- A brief summary about the algorithm.public String getAlgorithmDescription()
A brief summary about the algorithm.
public DescribeAlgorithmResult withAlgorithmDescription(String algorithmDescription)
A brief summary about the algorithm.
algorithmDescription
- A brief summary about the algorithm.public void setCreationTime(Date creationTime)
A timestamp specifying when the algorithm was created.
creationTime
- A timestamp specifying when the algorithm was created.public Date getCreationTime()
A timestamp specifying when the algorithm was created.
public DescribeAlgorithmResult withCreationTime(Date creationTime)
A timestamp specifying when the algorithm was created.
creationTime
- A timestamp specifying when the algorithm was created.public void setTrainingSpecification(TrainingSpecification trainingSpecification)
Details about training jobs run by this algorithm.
trainingSpecification
- Details about training jobs run by this algorithm.public TrainingSpecification getTrainingSpecification()
Details about training jobs run by this algorithm.
public DescribeAlgorithmResult withTrainingSpecification(TrainingSpecification trainingSpecification)
Details about training jobs run by this algorithm.
trainingSpecification
- Details about training jobs run by this algorithm.public void setInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that the algorithm runs.
inferenceSpecification
- Details about inference jobs that the algorithm runs.public InferenceSpecification getInferenceSpecification()
Details about inference jobs that the algorithm runs.
public DescribeAlgorithmResult withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that the algorithm runs.
inferenceSpecification
- Details about inference jobs that the algorithm runs.public void setValidationSpecification(AlgorithmValidationSpecification validationSpecification)
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
validationSpecification
- Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.public AlgorithmValidationSpecification getValidationSpecification()
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
public DescribeAlgorithmResult withValidationSpecification(AlgorithmValidationSpecification validationSpecification)
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
validationSpecification
- Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.public void setAlgorithmStatus(String algorithmStatus)
The current status of the algorithm.
algorithmStatus
- The current status of the algorithm.AlgorithmStatus
public String getAlgorithmStatus()
The current status of the algorithm.
AlgorithmStatus
public DescribeAlgorithmResult withAlgorithmStatus(String algorithmStatus)
The current status of the algorithm.
algorithmStatus
- The current status of the algorithm.AlgorithmStatus
public DescribeAlgorithmResult withAlgorithmStatus(AlgorithmStatus algorithmStatus)
The current status of the algorithm.
algorithmStatus
- The current status of the algorithm.AlgorithmStatus
public void setAlgorithmStatusDetails(AlgorithmStatusDetails algorithmStatusDetails)
Details about the current status of the algorithm.
algorithmStatusDetails
- Details about the current status of the algorithm.public AlgorithmStatusDetails getAlgorithmStatusDetails()
Details about the current status of the algorithm.
public DescribeAlgorithmResult withAlgorithmStatusDetails(AlgorithmStatusDetails algorithmStatusDetails)
Details about the current status of the algorithm.
algorithmStatusDetails
- Details about the current status of the algorithm.public void setProductId(String productId)
The product identifier of the algorithm.
productId
- The product identifier of the algorithm.public String getProductId()
The product identifier of the algorithm.
public DescribeAlgorithmResult withProductId(String productId)
The product identifier of the algorithm.
productId
- The product identifier of the algorithm.public void setCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
certifyForMarketplace
- Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.public Boolean getCertifyForMarketplace()
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
public DescribeAlgorithmResult withCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
certifyForMarketplace
- Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.public Boolean isCertifyForMarketplace()
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
public String toString()
toString
in class Object
Object.toString()
public DescribeAlgorithmResult clone()