@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()
SagemakerTrainTaskPropsEXPERIMENTAL
getAlgorithmSpecification in interface SagemakerTrainTaskPropspublic List<Channel> getInputDataConfig()
SagemakerTrainTaskPropsEXPERIMENTAL
getInputDataConfig in interface SagemakerTrainTaskPropspublic OutputDataConfig getOutputDataConfig()
SagemakerTrainTaskPropsEXPERIMENTAL
getOutputDataConfig in interface SagemakerTrainTaskPropspublic String getTrainingJobName()
SagemakerTrainTaskPropsEXPERIMENTAL
getTrainingJobName in interface SagemakerTrainTaskPropspublic Map<String,Object> getHyperparameters()
SagemakerTrainTaskPropsEXPERIMENTAL
getHyperparameters in interface SagemakerTrainTaskPropspublic ServiceIntegrationPattern getIntegrationPattern()
SagemakerTrainTaskPropsThe valid value is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
EXPERIMENTAL
getIntegrationPattern in interface SagemakerTrainTaskPropspublic ResourceConfig getResourceConfig()
SagemakerTrainTaskPropsEXPERIMENTAL
getResourceConfig 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.
EXPERIMENTAL
getRole in interface SagemakerTrainTaskPropspublic StoppingCondition getStoppingCondition()
SagemakerTrainTaskPropsEXPERIMENTAL
getStoppingCondition in interface SagemakerTrainTaskPropspublic Map<String,String> getTags()
SagemakerTrainTaskPropsEXPERIMENTAL
getTags in interface SagemakerTrainTaskPropspublic VpcConfig getVpcConfig()
SagemakerTrainTaskPropsEXPERIMENTAL
getVpcConfig in interface SagemakerTrainTaskPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.