public static final class SageMakerCreateTrainingJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SageMakerCreateTrainingJobProps
SageMakerCreateTrainingJobProps
SageMakerCreateTrainingJobProps.Builder, SageMakerCreateTrainingJobProps.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(java.lang.Object o) |
AlgorithmSpecification |
getAlgorithmSpecification()
Identifies the training algorithm to use.
|
java.lang.String |
getComment()
An optional description for this state.
|
java.lang.Boolean |
getEnableNetworkIsolation()
Isolates the training container.
|
java.util.Map<java.lang.String,java.lang.String> |
getEnvironment()
Environment variables to set in the Docker container.
|
Duration |
getHeartbeat()
Timeout for the heartbeat.
|
java.util.Map<java.lang.String,java.lang.Object> |
getHyperparameters()
Algorithm-specific parameters that influence the quality of the model.
|
java.util.List<Channel> |
getInputDataConfig()
Describes the various datasets (e.g.
|
java.lang.String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
IntegrationPattern |
getIntegrationPattern()
AWS Step Functions integrates with services directly in the Amazon States Language.
|
OutputDataConfig |
getOutputDataConfig()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results of model training.
|
java.lang.String |
getOutputPath()
JSONPath expression to select select a portion of the state output to pass to the next state.
|
ResourceConfig |
getResourceConfig()
Specifies the resources, ML compute instances, and ML storage volumes to deploy for model training.
|
java.lang.String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
java.util.Map<java.lang.String,java.lang.Object> |
getResultSelector()
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
IRole |
getRole()
Role for the Training Job.
|
StoppingCondition |
getStoppingCondition()
Sets a time limit for training.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
Tags to be applied to the train job.
|
Duration |
getTimeout()
Timeout for the state machine.
|
java.lang.String |
getTrainingJobName()
Training Job Name.
|
VpcConfig |
getVpcConfig()
Specifies the VPC that you want your training job to connect to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final AlgorithmSpecification getAlgorithmSpecification()
SageMakerCreateTrainingJobProps
getAlgorithmSpecification
in interface SageMakerCreateTrainingJobProps
public final java.util.List<Channel> getInputDataConfig()
SageMakerCreateTrainingJobProps
getInputDataConfig
in interface SageMakerCreateTrainingJobProps
public final OutputDataConfig getOutputDataConfig()
SageMakerCreateTrainingJobProps
getOutputDataConfig
in interface SageMakerCreateTrainingJobProps
public final java.lang.String getTrainingJobName()
SageMakerCreateTrainingJobProps
getTrainingJobName
in interface SageMakerCreateTrainingJobProps
public final java.lang.Boolean getEnableNetworkIsolation()
SageMakerCreateTrainingJobProps
No inbound or outbound network calls can be made to or from the training container.
Default: false
getEnableNetworkIsolation
in interface SageMakerCreateTrainingJobProps
public final java.util.Map<java.lang.String,java.lang.String> getEnvironment()
SageMakerCreateTrainingJobProps
Default: - No environment variables
getEnvironment
in interface SageMakerCreateTrainingJobProps
public final java.util.Map<java.lang.String,java.lang.Object> getHyperparameters()
SageMakerCreateTrainingJobProps
Set hyperparameters before you start the learning process. For a list of hyperparameters provided by Amazon SageMaker
Default: - No hyperparameters
getHyperparameters
in interface SageMakerCreateTrainingJobProps
public final ResourceConfig getResourceConfig()
SageMakerCreateTrainingJobProps
Default: - 1 instance of EC2 `M4.XLarge` with `10GB` volume
getResourceConfig
in interface SageMakerCreateTrainingJobProps
public final IRole getRole()
SageMakerCreateTrainingJobProps
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.
getRole
in interface SageMakerCreateTrainingJobProps
public final StoppingCondition getStoppingCondition()
SageMakerCreateTrainingJobProps
Default: - max runtime of 1 hour
getStoppingCondition
in interface SageMakerCreateTrainingJobProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
SageMakerCreateTrainingJobProps
Default: - No tags
getTags
in interface SageMakerCreateTrainingJobProps
public final VpcConfig getVpcConfig()
SageMakerCreateTrainingJobProps
Default: - No VPC
getVpcConfig
in interface SageMakerCreateTrainingJobProps
public final java.lang.String getComment()
TaskStateBaseProps
Default: - No comment
getComment
in interface TaskStateBaseProps
public final Duration getHeartbeat()
TaskStateBaseProps
Default: - None
getHeartbeat
in interface TaskStateBaseProps
public final java.lang.String getInputPath()
TaskStateBaseProps
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: - The entire task input (JSON path '$')
getInputPath
in interface TaskStateBaseProps
public final IntegrationPattern getIntegrationPattern()
TaskStateBaseProps
You can control these AWS services using service integration patterns
Default: - `IntegrationPattern.REQUEST_RESPONSE` for most tasks. `IntegrationPattern.RUN_JOB` for the following exceptions: `BatchSubmitJob`, `EmrAddStep`, `EmrCreateCluster`, `EmrTerminationCluster`, and `EmrContainersStartJobRun`.
getIntegrationPattern
in interface TaskStateBaseProps
public final java.lang.String getOutputPath()
TaskStateBaseProps
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: - The entire JSON node determined by the state input, the task result, and resultPath is passed to the next state (JSON path '$')
getOutputPath
in interface TaskStateBaseProps
public final java.lang.String getResultPath()
TaskStateBaseProps
May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: - Replaces the entire input with the result (JSON path '$')
getResultPath
in interface TaskStateBaseProps
public final java.util.Map<java.lang.String,java.lang.Object> getResultSelector()
TaskStateBaseProps
You can use ResultSelector to create a payload with values that are static or selected from the state's raw result.
Default: - None
getResultSelector
in interface TaskStateBaseProps
public final Duration getTimeout()
TaskStateBaseProps
Default: - None
getTimeout
in interface TaskStateBaseProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()