Class SagemakerFlowDefinitionHumanLoopConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.sagemaker_flow_definition.SagemakerFlowDefinitionHumanLoopConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.945Z") @Stability(Stable) public class SagemakerFlowDefinitionHumanLoopConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description SagemakerFlowDefinitionHumanLoopConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSagemakerFlowDefinitionHumanLoopConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSagemakerFlowDefinitionHumanLoopConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
SagemakerFlowDefinitionHumanLoopConfigOutputReference
protected SagemakerFlowDefinitionHumanLoopConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
SagemakerFlowDefinitionHumanLoopConfigOutputReference
protected SagemakerFlowDefinitionHumanLoopConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SagemakerFlowDefinitionHumanLoopConfigOutputReference
@Stability(Stable) public SagemakerFlowDefinitionHumanLoopConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putPublicWorkforceTaskPrice
@Stability(Stable) public void putPublicWorkforceTaskPrice(@NotNull SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice value)- Parameters:
value- This parameter is required.
-
resetPublicWorkforceTaskPrice
@Stability(Stable) public void resetPublicWorkforceTaskPrice()
-
resetTaskAvailabilityLifetimeInSeconds
@Stability(Stable) public void resetTaskAvailabilityLifetimeInSeconds()
-
resetTaskKeywords
@Stability(Stable) public void resetTaskKeywords()
-
resetTaskTimeLimitInSeconds
@Stability(Stable) public void resetTaskTimeLimitInSeconds()
-
getPublicWorkforceTaskPrice
@Stability(Stable) @NotNull public SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceOutputReference getPublicWorkforceTaskPrice()
-
getHumanTaskUiArnInput
@Stability(Stable) @Nullable public String getHumanTaskUiArnInput()
-
getPublicWorkforceTaskPriceInput
@Stability(Stable) @Nullable public SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice getPublicWorkforceTaskPriceInput()
-
getTaskAvailabilityLifetimeInSecondsInput
@Stability(Stable) @Nullable public Number getTaskAvailabilityLifetimeInSecondsInput()
-
getTaskCountInput
@Stability(Stable) @Nullable public Number getTaskCountInput()
-
getTaskDescriptionInput
@Stability(Stable) @Nullable public String getTaskDescriptionInput()
-
getTaskTimeLimitInSecondsInput
@Stability(Stable) @Nullable public Number getTaskTimeLimitInSecondsInput()
-
getTaskTitleInput
@Stability(Stable) @Nullable public String getTaskTitleInput()
-
getWorkteamArnInput
@Stability(Stable) @Nullable public String getWorkteamArnInput()
-
getHumanTaskUiArn
@Stability(Stable) @NotNull public String getHumanTaskUiArn()
-
setHumanTaskUiArn
@Stability(Stable) public void setHumanTaskUiArn(@NotNull String value)
-
getTaskAvailabilityLifetimeInSeconds
@Stability(Stable) @NotNull public Number getTaskAvailabilityLifetimeInSeconds()
-
setTaskAvailabilityLifetimeInSeconds
@Stability(Stable) public void setTaskAvailabilityLifetimeInSeconds(@NotNull Number value)
-
getTaskCount
@Stability(Stable) @NotNull public Number getTaskCount()
-
setTaskCount
@Stability(Stable) public void setTaskCount(@NotNull Number value)
-
getTaskDescription
@Stability(Stable) @NotNull public String getTaskDescription()
-
setTaskDescription
@Stability(Stable) public void setTaskDescription(@NotNull String value)
-
getTaskTimeLimitInSeconds
@Stability(Stable) @NotNull public Number getTaskTimeLimitInSeconds()
-
setTaskTimeLimitInSeconds
@Stability(Stable) public void setTaskTimeLimitInSeconds(@NotNull Number value)
-
getTaskTitle
@Stability(Stable) @NotNull public String getTaskTitle()
-
setTaskTitle
@Stability(Stable) public void setTaskTitle(@NotNull String value)
-
getWorkteamArn
@Stability(Stable) @NotNull public String getWorkteamArn()
-
setWorkteamArn
@Stability(Stable) public void setWorkteamArn(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public SagemakerFlowDefinitionHumanLoopConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SagemakerFlowDefinitionHumanLoopConfig value)
-
-