@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 Amazon Web Services 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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow defintion.
public final String flowDefinitionName()
The Amazon Resource Name (ARN) of the flow definition.
public final 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()
.
FlowDefinitionStatus
public final 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()
.
FlowDefinitionStatus
public final Instant creationTime()
The timestamp when the flow definition was created.
public final 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 final HumanLoopActivationConfig humanLoopActivationConfig()
An object containing information about what triggers a human review workflow.
public final HumanLoopConfig humanLoopConfig()
An object containing information about who works on the task, the workforce task price, and other task details.
public final FlowDefinitionOutputConfig outputConfig()
An object containing information about the output file.
public final String roleArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
public final String failureReason()
The reason your flow definition failed.
public DescribeFlowDefinitionResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeFlowDefinitionResponse.Builder,DescribeFlowDefinitionResponse>
toBuilder
in class AwsResponse
public static DescribeFlowDefinitionResponse.Builder builder()
public static Class<? extends DescribeFlowDefinitionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.