public static final class SagemakerTrainTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SagemakerTrainTaskProps
software.amazon.jsii.JsiiObject.InitializationModeSagemakerTrainTaskProps.Builder, SagemakerTrainTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public AlgorithmSpecification getAlgorithmSpecification()
getAlgorithmSpecification in interface SagemakerTrainTaskProps@Stability(value=Experimental) public List<Channel> getInputDataConfig()
getInputDataConfig in interface SagemakerTrainTaskProps@Stability(value=Experimental) public OutputDataConfig getOutputDataConfig()
getOutputDataConfig in interface SagemakerTrainTaskProps@Stability(value=Experimental) public String getTrainingJobName()
getTrainingJobName in interface SagemakerTrainTaskProps@Stability(value=Experimental) @Nullable public Map<String,Object> getHyperparameters()
getHyperparameters in interface SagemakerTrainTaskProps@Stability(value=Experimental) @Nullable public ResourceConfig getResourceConfig()
getResourceConfig in interface SagemakerTrainTaskProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface SagemakerTrainTaskProps@Stability(value=Experimental) @Nullable public StoppingCondition getStoppingCondition()
getStoppingCondition in interface SagemakerTrainTaskProps@Stability(value=Experimental) @Nullable public Boolean getSynchronous()
getSynchronous in interface SagemakerTrainTaskProps@Stability(value=Experimental) @Nullable public Map<String,Object> getTags()
getTags in interface SagemakerTrainTaskProps@Stability(value=Experimental) @Nullable public VpcConfig getVpcConfig()
getVpcConfig in interface SagemakerTrainTaskPropsCopyright © 2019. All rights reserved.