@Generated(value="software.amazon.awssdk:codegen") public final class AlgorithmValidationProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlgorithmValidationProfile.Builder,AlgorithmValidationProfile>
Defines a training job and a batch transform job that SageMaker runs to validate your algorithm.
The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AlgorithmValidationProfile.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmValidationProfile.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
profileName()
The name of the profile for the algorithm.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlgorithmValidationProfile.Builder> |
serializableBuilderClass() |
AlgorithmValidationProfile.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingJobDefinition |
trainingJobDefinition()
The
TrainingJobDefinition object that describes the training job that SageMaker runs to validate
your algorithm. |
TransformJobDefinition |
transformJobDefinition()
The
TransformJobDefinition object that describes the transform job that SageMaker runs to validate
your algorithm. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileName()
The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
public final TrainingJobDefinition trainingJobDefinition()
The TrainingJobDefinition object that describes the training job that SageMaker runs to validate
your algorithm.
TrainingJobDefinition object that describes the training job that SageMaker runs to
validate your algorithm.public final TransformJobDefinition transformJobDefinition()
The TransformJobDefinition object that describes the transform job that SageMaker runs to validate
your algorithm.
TransformJobDefinition object that describes the transform job that SageMaker runs to
validate your algorithm.public AlgorithmValidationProfile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AlgorithmValidationProfile.Builder,AlgorithmValidationProfile>public static AlgorithmValidationProfile.Builder builder()
public static Class<? extends AlgorithmValidationProfile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.