@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAlgorithmResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeAlgorithmResponse.Builder,DescribeAlgorithmResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAlgorithmResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
|
String |
algorithmDescription()
A brief summary about the algorithm.
|
String |
algorithmName()
The name of the algorithm being described.
|
AlgorithmStatus |
algorithmStatus()
The current status of the algorithm.
|
String |
algorithmStatusAsString()
The current status of the algorithm.
|
AlgorithmStatusDetails |
algorithmStatusDetails()
Details about the current status of the algorithm.
|
static DescribeAlgorithmResponse.Builder |
builder() |
Boolean |
certifyForMarketplace()
Whether the algorithm is certified to be listed in AWS Marketplace.
|
Instant |
creationTime()
A timestamp specifying when the algorithm was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InferenceSpecification |
inferenceSpecification()
Details about inference jobs that the algorithm runs.
|
String |
productId()
The product identifier of the algorithm.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAlgorithmResponse.Builder> |
serializableBuilderClass() |
DescribeAlgorithmResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingSpecification |
trainingSpecification()
Details about training jobs run by this algorithm.
|
AlgorithmValidationSpecification |
validationSpecification()
Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String algorithmName()
The name of the algorithm being described.
public String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
public String algorithmDescription()
A brief summary about the algorithm.
public Instant creationTime()
A timestamp specifying when the algorithm was created.
public TrainingSpecification trainingSpecification()
Details about training jobs run by this algorithm.
public InferenceSpecification inferenceSpecification()
Details about inference jobs that the algorithm runs.
public AlgorithmValidationSpecification validationSpecification()
Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
public AlgorithmStatus algorithmStatus()
The current status of the algorithm.
If the service returns an enum value that is not available in the current SDK version, algorithmStatus
will return AlgorithmStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from algorithmStatusAsString().
AlgorithmStatuspublic String algorithmStatusAsString()
The current status of the algorithm.
If the service returns an enum value that is not available in the current SDK version, algorithmStatus
will return AlgorithmStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from algorithmStatusAsString().
AlgorithmStatuspublic AlgorithmStatusDetails algorithmStatusDetails()
Details about the current status of the algorithm.
public String productId()
The product identifier of the algorithm.
public Boolean certifyForMarketplace()
Whether the algorithm is certified to be listed in AWS Marketplace.
public DescribeAlgorithmResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAlgorithmResponse.Builder,DescribeAlgorithmResponse>toBuilder in class AwsResponsepublic static DescribeAlgorithmResponse.Builder builder()
public static Class<? extends DescribeAlgorithmResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.