@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 Amazon SageMaker runs to validate your algorithm.
The data provided in the validation profile is made available to your buyers on AWS 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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TrainingJobDefinition |
trainingJobDefinition()
The
TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to
validate your algorithm. |
TransformJobDefinition |
transformJobDefinition()
The
TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to
validate your algorithm. |
copy
public 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 TrainingJobDefinition trainingJobDefinition()
The TrainingJobDefinition
object that describes the training job that Amazon SageMaker runs to
validate your algorithm.
TrainingJobDefinition
object that describes the training job that Amazon SageMaker runs
to validate your algorithm.public TransformJobDefinition transformJobDefinition()
The TransformJobDefinition
object that describes the transform job that Amazon SageMaker runs to
validate your algorithm.
TransformJobDefinition
object that describes the transform job that Amazon SageMaker
runs to validate your algorithm.public AlgorithmValidationProfile.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AlgorithmValidationProfile.Builder,AlgorithmValidationProfile>
public static AlgorithmValidationProfile.Builder builder()
public static Class<? extends AlgorithmValidationProfile.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.