@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlgorithmValidationSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
Constructor and Description |
---|
AlgorithmValidationSpecification() |
Modifier and Type | Method and Description |
---|---|
AlgorithmValidationSpecification |
clone() |
boolean |
equals(Object obj) |
List<AlgorithmValidationProfile> |
getValidationProfiles()
An array of
AlgorithmValidationProfile objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm. |
String |
getValidationRole()
The IAM roles that Amazon SageMaker uses to run the training jobs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setValidationProfiles(Collection<AlgorithmValidationProfile> validationProfiles)
An array of
AlgorithmValidationProfile objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm. |
void |
setValidationRole(String validationRole)
The IAM roles that Amazon SageMaker uses to run the training jobs.
|
String |
toString()
Returns a string representation of this object.
|
AlgorithmValidationSpecification |
withValidationProfiles(AlgorithmValidationProfile... validationProfiles)
An array of
AlgorithmValidationProfile objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm. |
AlgorithmValidationSpecification |
withValidationProfiles(Collection<AlgorithmValidationProfile> validationProfiles)
An array of
AlgorithmValidationProfile objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm. |
AlgorithmValidationSpecification |
withValidationRole(String validationRole)
The IAM roles that Amazon SageMaker uses to run the training jobs.
|
public void setValidationRole(String validationRole)
The IAM roles that Amazon SageMaker uses to run the training jobs.
validationRole
- The IAM roles that Amazon SageMaker uses to run the training jobs.public String getValidationRole()
The IAM roles that Amazon SageMaker uses to run the training jobs.
public AlgorithmValidationSpecification withValidationRole(String validationRole)
The IAM roles that Amazon SageMaker uses to run the training jobs.
validationRole
- The IAM roles that Amazon SageMaker uses to run the training jobs.public List<AlgorithmValidationProfile> getValidationProfiles()
An array of AlgorithmValidationProfile
objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm.
AlgorithmValidationProfile
objects, each of which specifies a training job and
batch transform job that Amazon SageMaker runs to validate your algorithm.public void setValidationProfiles(Collection<AlgorithmValidationProfile> validationProfiles)
An array of AlgorithmValidationProfile
objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm.
validationProfiles
- An array of AlgorithmValidationProfile
objects, each of which specifies a training job and
batch transform job that Amazon SageMaker runs to validate your algorithm.public AlgorithmValidationSpecification withValidationProfiles(AlgorithmValidationProfile... validationProfiles)
An array of AlgorithmValidationProfile
objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm.
NOTE: This method appends the values to the existing list (if any). Use
setValidationProfiles(java.util.Collection)
or withValidationProfiles(java.util.Collection)
if
you want to override the existing values.
validationProfiles
- An array of AlgorithmValidationProfile
objects, each of which specifies a training job and
batch transform job that Amazon SageMaker runs to validate your algorithm.public AlgorithmValidationSpecification withValidationProfiles(Collection<AlgorithmValidationProfile> validationProfiles)
An array of AlgorithmValidationProfile
objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm.
validationProfiles
- An array of AlgorithmValidationProfile
objects, each of which specifies a training job and
batch transform job that Amazon SageMaker runs to validate your algorithm.public String toString()
toString
in class Object
Object.toString()
public AlgorithmValidationSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.