@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()
Algorithm-specific parameters that influence the quality of the model.
|
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()
Specifies 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, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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()
SagemakerTrainTaskPropsSet hyperparameters before you start the learning process. For a list of hyperparameters provided by Amazon SageMaker
Default: - No hyperparameters
EXPERIMENTAL
getHyperparameters in interface SagemakerTrainTaskPropshttps://docs.aws.amazon.com/sagemaker/latest/dg/algos.htmlpublic ServiceIntegrationPattern getIntegrationPattern()
SagemakerTrainTaskPropsThe valid value is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
EXPERIMENTAL
getIntegrationPattern in interface SagemakerTrainTaskPropspublic ResourceConfig getResourceConfig()
SagemakerTrainTaskPropsDefault: - 1 instance of EC2 `M4.XLarge` with `10GB` volume
EXPERIMENTAL
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()
SagemakerTrainTaskPropsDefault: - max runtime of 1 hour
EXPERIMENTAL
getStoppingCondition in interface SagemakerTrainTaskPropspublic Map<String,String> getTags()
SagemakerTrainTaskPropsDefault: - No tags
EXPERIMENTAL
getTags in interface SagemakerTrainTaskPropspublic VpcConfig getVpcConfig()
SagemakerTrainTaskPropsDefault: - No VPC
EXPERIMENTAL
getVpcConfig in interface SagemakerTrainTaskPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.