@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.572Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static SagemakerTrainTaskProps.Builder |
builder() |
AlgorithmSpecification |
getAlgorithmSpecification()
Identifies the training algorithm to use.
|
Map<String,Object> |
getHyperparameters()
Hyperparameters to be used for the train job.
|
List<Channel> |
getInputDataConfig()
Describes the various datasets (e.g.
|
OutputDataConfig |
getOutputDataConfig()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results of model training.
|
ResourceConfig |
getResourceConfig()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
Role for the Training Job.
|
StoppingCondition |
getStoppingCondition()
Sets a time limit for training.
|
Boolean |
getSynchronous()
Specify if the task is synchronous or asychronous.
|
Map<String,Object> |
getTags()
Tags to be applied to the train job.
|
String |
getTrainingJobName()
Training Job Name.
|
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) Map<String,Object> getHyperparameters()
@Stability(value=Experimental) ResourceConfig getResourceConfig()
@Stability(value=Experimental) software.amazon.awscdk.services.iam.IRole getRole()
@Stability(value=Experimental) StoppingCondition getStoppingCondition()
@Stability(value=Experimental) Boolean getSynchronous()
@Stability(value=Experimental) Map<String,Object> getTags()
@Stability(value=Experimental) VpcConfig getVpcConfig()
@Stability(value=Experimental) static SagemakerTrainTaskProps.Builder builder()
SagemakerTrainTaskProps.Builder of SagemakerTrainTaskPropsCopyright © 2019. All rights reserved.