@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:14.536Z") @Stability(value=Experimental) public interface SagemakerTrainTaskProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SagemakerTrainTaskProps.Builder
A builder for
SagemakerTrainTaskProps |
static class |
SagemakerTrainTaskProps.Jsii$Proxy
An implementation for
SagemakerTrainTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static SagemakerTrainTaskProps.Builder |
builder() |
AlgorithmSpecification |
getAlgorithmSpecification()
Identifies the training algorithm to use.
|
default Map<String,Object> |
getHyperparameters()
Hyperparameters to be used for the train job.
|
List<Channel> |
getInputDataConfig()
Describes the various datasets (e.g.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call SageMaker APIs.
|
OutputDataConfig |
getOutputDataConfig()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results of model training.
|
default ResourceConfig |
getResourceConfig()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training.
|
default IRole |
getRole()
Role for the Training Job.
|
default StoppingCondition |
getStoppingCondition()
Sets a time limit for training.
|
default Map<String,String> |
getTags()
Tags to be applied to the train job.
|
String |
getTrainingJobName()
Training Job Name.
|
default VpcConfig |
getVpcConfig()
Specifies the VPC that you want your training job to connect to.
|
@Stability(value=Experimental) AlgorithmSpecification getAlgorithmSpecification()
@Stability(value=Experimental) List<Channel> getInputDataConfig()
@Stability(value=Experimental) OutputDataConfig getOutputDataConfig()
@Stability(value=Experimental) String getTrainingJobName()
@Stability(value=Experimental) default Map<String,Object> getHyperparameters()
@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
@Stability(value=Experimental) default ResourceConfig getResourceConfig()
@Stability(value=Experimental) default IRole getRole()
@Stability(value=Experimental) default StoppingCondition getStoppingCondition()
@Stability(value=Experimental) default Map<String,String> getTags()
@Stability(value=Experimental) default VpcConfig getVpcConfig()
@Stability(value=Experimental) static SagemakerTrainTaskProps.Builder builder()
SagemakerTrainTaskProps.Builder of SagemakerTrainTaskPropsCopyright © 2019. All rights reserved.