@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFlowDefinitionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeFlowDefinitionResponse.Builder,DescribeFlowDefinitionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFlowDefinitionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFlowDefinitionResponse.Builder |
builder() |
Instant |
creationTime()
The timestamp when the flow definition was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The reason your flow definition failed.
|
String |
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow defintion.
|
String |
flowDefinitionName()
The Amazon Resource Name (ARN) of the flow definition.
|
FlowDefinitionStatus |
flowDefinitionStatus()
The status of the flow definition.
|
String |
flowDefinitionStatusAsString()
The status of the flow definition.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HumanLoopActivationConfig |
humanLoopActivationConfig()
An object containing information about what triggers a human review workflow.
|
HumanLoopConfig |
humanLoopConfig()
An object containing information about who works on the task, the workforce task price, and other task details.
|
HumanLoopRequestSource |
humanLoopRequestSource()
Container for configuring the source of human task requests.
|
FlowDefinitionOutputConfig |
outputConfig()
An object containing information about the output file.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) execution role for the flow
definition.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFlowDefinitionResponse.Builder> |
serializableBuilderClass() |
DescribeFlowDefinitionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow defintion.
public String flowDefinitionName()
The Amazon Resource Name (ARN) of the flow definition.
public FlowDefinitionStatus flowDefinitionStatus()
The status of the flow definition. Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version,
flowDefinitionStatus will return FlowDefinitionStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from flowDefinitionStatusAsString().
FlowDefinitionStatuspublic String flowDefinitionStatusAsString()
The status of the flow definition. Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version,
flowDefinitionStatus will return FlowDefinitionStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from flowDefinitionStatusAsString().
FlowDefinitionStatuspublic Instant creationTime()
The timestamp when the flow definition was created.
public HumanLoopRequestSource humanLoopRequestSource()
Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.
public HumanLoopActivationConfig humanLoopActivationConfig()
An object containing information about what triggers a human review workflow.
public HumanLoopConfig humanLoopConfig()
An object containing information about who works on the task, the workforce task price, and other task details.
public FlowDefinitionOutputConfig outputConfig()
An object containing information about the output file.
public String roleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) execution role for the flow definition.
public String failureReason()
The reason your flow definition failed.
public DescribeFlowDefinitionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFlowDefinitionResponse.Builder,DescribeFlowDefinitionResponse>toBuilder in class AwsResponsepublic static DescribeFlowDefinitionResponse.Builder builder()
public static Class<? extends DescribeFlowDefinitionResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.