@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 Marektplace.
|
Instant |
creationTime()
A timestamp specifying when the algorithm was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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
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 Marektplace.
public DescribeAlgorithmResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeAlgorithmResponse.Builder,DescribeAlgorithmResponse>
toBuilder
in class AwsResponse
public static DescribeAlgorithmResponse.Builder builder()
public static Class<? extends DescribeAlgorithmResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.