@Stability(value=Experimental) public static final class SagemakerTrainTask.Builder extends Object
SagemakerTrainTask.@Stability(value=Experimental) public static SagemakerTrainTask.Builder create()
SagemakerTrainTask.Builder.@Stability(value=Experimental) public SagemakerTrainTask.Builder algorithmSpecification(AlgorithmSpecification algorithmSpecification)
algorithmSpecification - Identifies the training algorithm to use. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.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 SagemakerTrainTask.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 SagemakerTrainTask.Builder trainingJobName(String trainingJobName)
trainingJobName - Training Job Name. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.Builder hyperparameters(Map<String,Object> hyperparameters)
hyperparameters - Hyperparameters to be used for the train job. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
integrationPattern - The service integration pattern indicates different ways to call SageMaker APIs. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.Builder resourceConfig(ResourceConfig resourceConfig)
resourceConfig - Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.Builder role(IRole role)
role - Role for the Training Job. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.Builder stoppingCondition(StoppingCondition stoppingCondition)
stoppingCondition - Sets a time limit for training. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.Builder tags(Map<String,String> tags)
tags - Tags to be applied to the train job. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask.Builder vpcConfig(VpcConfig vpcConfig)
vpcConfig - Specifies the VPC that you want your training job to connect to. This parameter is required.this@Stability(value=Experimental) public SagemakerTrainTask build()
Copyright © 2019. All rights reserved.