@Stability(value=Experimental) public static final class SagemakerTrainTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SagemakerTrainTaskProps
SagemakerTrainTaskPropssoftware.amazon.jsii.JsiiObject.InitializationModeSagemakerTrainTaskProps.Builder, SagemakerTrainTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
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.
|
ResourceConfig |
getResourceConfig()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training.
|
IRole |
getRole()
Role for the Training Job.
|
StoppingCondition |
getStoppingCondition()
Sets a time limit for training.
|
Map<String,String> |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public AlgorithmSpecification getAlgorithmSpecification()
SagemakerTrainTaskPropsgetAlgorithmSpecification in interface SagemakerTrainTaskPropspublic List<Channel> getInputDataConfig()
SagemakerTrainTaskPropsgetInputDataConfig in interface SagemakerTrainTaskPropspublic OutputDataConfig getOutputDataConfig()
SagemakerTrainTaskPropsgetOutputDataConfig in interface SagemakerTrainTaskPropspublic String getTrainingJobName()
SagemakerTrainTaskPropsgetTrainingJobName in interface SagemakerTrainTaskPropspublic Map<String,Object> getHyperparameters()
SagemakerTrainTaskPropsgetHyperparameters in interface SagemakerTrainTaskPropspublic ServiceIntegrationPattern getIntegrationPattern()
SagemakerTrainTaskPropsThe valid value is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET EXPERIMENTALgetIntegrationPattern in interface SagemakerTrainTaskPropspublic ResourceConfig getResourceConfig()
SagemakerTrainTaskPropsgetResourceConfig in interface SagemakerTrainTaskPropspublic IRole getRole()
SagemakerTrainTaskPropsThe role must be granted all necessary permissions for the SageMaker training job to be able to operate.
See https://docs.aws.amazon.com/fr_fr/sagemaker/latest/dg/sagemaker-roles.html#sagemaker-roles-createtrainingjob-perms
Default: - a role with appropriate permissions will be created. EXPERIMENTALgetRole in interface SagemakerTrainTaskPropspublic StoppingCondition getStoppingCondition()
SagemakerTrainTaskPropsgetStoppingCondition in interface SagemakerTrainTaskPropspublic Map<String,String> getTags()
SagemakerTrainTaskPropsgetTags in interface SagemakerTrainTaskPropspublic VpcConfig getVpcConfig()
SagemakerTrainTaskPropsgetVpcConfig in interface SagemakerTrainTaskPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.