@Generated(value="software.amazon.awssdk:codegen") public final class FlowDefinitionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowDefinitionSummary.Builder,FlowDefinitionSummary>
Contains summary information about the flow definition.
Modifier and Type | Class and Description |
---|---|
static interface |
FlowDefinitionSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static FlowDefinitionSummary.Builder |
builder() |
Instant |
creationTime()
The timestamp when SageMaker created the flow definition.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The reason why the flow definition creation failed.
|
String |
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
|
String |
flowDefinitionName()
The name 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlowDefinitionSummary.Builder> |
serializableBuilderClass() |
FlowDefinitionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String flowDefinitionName()
The name of the flow definition.
public String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
public FlowDefinitionStatus flowDefinitionStatus()
The status of the flow definition. Valid values:
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 String flowDefinitionStatusAsString()
The status of the flow definition. Valid values:
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 Instant creationTime()
The timestamp when SageMaker created the flow definition.
public String failureReason()
The reason why the flow definition creation failed. A failure reason is returned only when the flow definition
status is Failed
.
Failed
.public FlowDefinitionSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<FlowDefinitionSummary.Builder,FlowDefinitionSummary>
public static FlowDefinitionSummary.Builder builder()
public static Class<? extends FlowDefinitionSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.