@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 Amazon Web Services 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 SageMaker runs to test the algorithm.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String algorithmName()
The name of the algorithm being described.
public final String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
public final String algorithmDescription()
A brief summary about the algorithm.
public final Instant creationTime()
A timestamp specifying when the algorithm was created.
public final TrainingSpecification trainingSpecification()
Details about training jobs run by this algorithm.
public final InferenceSpecification inferenceSpecification()
Details about inference jobs that the algorithm runs.
public final AlgorithmValidationSpecification validationSpecification()
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
public final 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 final 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 final AlgorithmStatusDetails algorithmStatusDetails()
Details about the current status of the algorithm.
public final String productId()
The product identifier of the algorithm.
public final Boolean certifyForMarketplace()
Whether the algorithm is certified to be listed in Amazon Web Services 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.