@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 Amazon SageMaker runs to test the algorithm.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Amazon 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()
.
AlgorithmStatus
public 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()
.
AlgorithmStatus
public 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 AwsResponse
public static DescribeAlgorithmResponse.Builder builder()
public static Class<? extends DescribeAlgorithmResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2021. All rights reserved.