@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:42.055Z") @Stability(value=Experimental) public interface SageMakerCreateTrainingJobProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
SageMakerCreateTrainingJobProps.Builder
A builder for
SageMakerCreateTrainingJobProps |
static class |
SageMakerCreateTrainingJobProps.Jsii$Proxy
An implementation for
SageMakerCreateTrainingJobProps |
| Modifier and Type | Method and Description |
|---|---|
static SageMakerCreateTrainingJobProps.Builder |
builder() |
AlgorithmSpecification |
getAlgorithmSpecification()
Identifies the training algorithm to use.
|
default Map<String,Object> |
getHyperparameters()
Algorithm-specific parameters that influence the quality of the model.
|
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.
|
default ResourceConfig |
getResourceConfig()
Specifies the resources, ML compute instances, and ML storage volumes to deploy for model training.
|
default IRole |
getRole()
Role for the Training Job.
|
default StoppingCondition |
getStoppingCondition()
Sets a time limit for training.
|
default Map<String,String> |
getTags()
Tags to be applied to the train job.
|
String |
getTrainingJobName()
Training Job Name.
|
default VpcConfig |
getVpcConfig()
Specifies the VPC that you want your training job to connect to.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getTimeout@Stability(value=Experimental) @NotNull AlgorithmSpecification getAlgorithmSpecification()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull List<Channel> getInputDataConfig()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull OutputDataConfig getOutputDataConfig()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getTrainingJobName()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,Object> getHyperparameters()
Set hyperparameters before you start the learning process. For a list of hyperparameters provided by Amazon SageMaker
Default: - No hyperparameters
EXPERIMENTAL
https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html@Stability(value=Experimental) @Nullable default ResourceConfig getResourceConfig()
Default: - 1 instance of EC2 `M4.XLarge` with `10GB` volume
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default IRole getRole()
The 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 will be created.
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default StoppingCondition getStoppingCondition()
Default: - max runtime of 1 hour
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,String> getTags()
Default: - No tags
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default VpcConfig getVpcConfig()
Default: - No VPC
EXPERIMENTAL
@Stability(value=Experimental) static SageMakerCreateTrainingJobProps.Builder builder()
builder in interface TaskStateBasePropsSageMakerCreateTrainingJobProps.Builder of SageMakerCreateTrainingJobPropsCopyright © 2020. All rights reserved.