Class DescribeAlgorithmResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeAlgorithmResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeAlgorithmResponse.Builder,DescribeAlgorithmResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeAlgorithmResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeAlgorithmResponse.Builder,DescribeAlgorithmResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeAlgorithmResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringalgorithmArn()The Amazon Resource Name (ARN) of the algorithm.StringalgorithmDescription()A brief summary about the algorithm.StringalgorithmName()The name of the algorithm being described.AlgorithmStatusalgorithmStatus()The current status of the algorithm.StringalgorithmStatusAsString()The current status of the algorithm.AlgorithmStatusDetailsalgorithmStatusDetails()Details about the current status of the algorithm.static DescribeAlgorithmResponse.Builderbuilder()BooleancertifyForMarketplace()Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.InstantcreationTime()A timestamp specifying when the algorithm was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InferenceSpecificationinferenceSpecification()Details about inference jobs that the algorithm runs.StringproductId()The product identifier of the algorithm.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeAlgorithmResponse.Builder>serializableBuilderClass()DescribeAlgorithmResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.TrainingSpecificationtrainingSpecification()Details about training jobs run by this algorithm.AlgorithmValidationSpecificationvalidationSpecification()Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
algorithmName
public final String algorithmName()
The name of the algorithm being described.
- Returns:
- The name of the algorithm being described.
-
algorithmArn
public final String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
- Returns:
- The Amazon Resource Name (ARN) of the algorithm.
-
algorithmDescription
public final String algorithmDescription()
A brief summary about the algorithm.
- Returns:
- A brief summary about the algorithm.
-
creationTime
public final Instant creationTime()
A timestamp specifying when the algorithm was created.
- Returns:
- A timestamp specifying when the algorithm was created.
-
trainingSpecification
public final TrainingSpecification trainingSpecification()
Details about training jobs run by this algorithm.
- Returns:
- Details about training jobs run by this algorithm.
-
inferenceSpecification
public final InferenceSpecification inferenceSpecification()
Details about inference jobs that the algorithm runs.
- Returns:
- Details about inference jobs that the algorithm runs.
-
validationSpecification
public final AlgorithmValidationSpecification validationSpecification()
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
- Returns:
- Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
-
algorithmStatus
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,
algorithmStatuswill returnAlgorithmStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalgorithmStatusAsString().- Returns:
- The current status of the algorithm.
- See Also:
AlgorithmStatus
-
algorithmStatusAsString
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,
algorithmStatuswill returnAlgorithmStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalgorithmStatusAsString().- Returns:
- The current status of the algorithm.
- See Also:
AlgorithmStatus
-
algorithmStatusDetails
public final AlgorithmStatusDetails algorithmStatusDetails()
Details about the current status of the algorithm.
- Returns:
- Details about the current status of the algorithm.
-
productId
public final String productId()
The product identifier of the algorithm.
- Returns:
- The product identifier of the algorithm.
-
certifyForMarketplace
public final Boolean certifyForMarketplace()
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
- Returns:
- Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
-
toBuilder
public DescribeAlgorithmResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeAlgorithmResponse.Builder,DescribeAlgorithmResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeAlgorithmResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAlgorithmResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-