@Stability(value=Experimental) public static final class SagemakerTrainTaskProps.Builder extends Object
SagemakerTrainTaskProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder algorithmSpecification(AlgorithmSpecification algorithmSpecification)
algorithmSpecification - Identifies the training algorithm to use. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder inputDataConfig(List<Channel> inputDataConfig)
inputDataConfig - Describes the various datasets (e.g. train, validation, test) and the Amazon S3 location where stored. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder outputDataConfig(OutputDataConfig outputDataConfig)
outputDataConfig - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results of model training. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder trainingJobName(String trainingJobName)
trainingJobName - Training Job Name. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder hyperparameters(Map<String,Object> hyperparameters)
hyperparameters - Hyperparameters to be used for the train job.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
integrationPattern - The service integration pattern indicates different ways to call SageMaker APIs.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder resourceConfig(ResourceConfig resourceConfig)
resourceConfig - Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder role(IRole role)
role - Role for the Training Job.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder stoppingCondition(StoppingCondition stoppingCondition)
stoppingCondition - Sets a time limit for training.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder tags(Map<String,String> tags)
tags - Tags to be applied to the train job.this@Stability(value=Experimental) public SagemakerTrainTaskProps.Builder vpcConfig(VpcConfig vpcConfig)
vpcConfig - Specifies the VPC that you want your training job to connect to.this@Stability(value=Experimental) public SagemakerTrainTaskProps build()
SagemakerTrainTaskPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.