@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.804Z") @Stability(value=Experimental) public class SagemakerTransformTask extends software.amazon.jsii.JsiiObject implements IStepFunctionsTask
EXPERIMENTAL
| Modifier and Type | Class and Description |
|---|---|
static class |
SagemakerTransformTask.Builder
A fluent builder for
SagemakerTransformTask. |
software.amazon.jsii.JsiiObject.InitializationModeIStepFunctionsTask.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
SagemakerTransformTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SagemakerTransformTask(software.amazon.jsii.JsiiObjectRef objRef) |
|
SagemakerTransformTask(SagemakerTransformProps props)
EXPERIMENTAL
|
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsTaskConfig |
bind(Task task)
Called when the task object is used in a workflow.
|
IRole |
getRole()
The execution role for the Sagemaker training job.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected SagemakerTransformTask(software.amazon.jsii.JsiiObjectRef objRef)
protected SagemakerTransformTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SagemakerTransformTask(@NotNull
SagemakerTransformProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public StepFunctionsTaskConfig bind(@NotNull Task task)
EXPERIMENTAL
bind in interface IStepFunctionsTasktask - This parameter is required.@Stability(value=Experimental) @NotNull public IRole getRole()
Only available after task has been added to a state machine.
EXPERIMENTAL
Copyright © 2020. All rights reserved.