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