@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:02:02.789Z") @Stability(value=Experimental) public interface SagemakerTrainTaskProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
SagemakerTrainTaskProps.Builder
A builder for
SagemakerTrainTaskProps |
static class |
SagemakerTrainTaskProps.Jsii$Proxy
An implementation for
SagemakerTrainTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static SagemakerTrainTaskProps.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.
|
default 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.
|
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.
|
@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 ServiceIntegrationPattern getIntegrationPattern()
The valid value is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
EXPERIMENTAL
@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 with appropriate permissions 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 SagemakerTrainTaskProps.Builder builder()
SagemakerTrainTaskProps.Builder of SagemakerTrainTaskPropsCopyright © 2020. All rights reserved.