You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::FlowDefinitionSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains summary information about the flow definition.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when SageMaker created the flow definition.

Returns:

  • (Time)

    The timestamp when SageMaker created the flow definition.

#failure_reasonString

The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

Returns:

  • (String)

    The reason why the flow definition creation failed.

#flow_definition_arnString

The Amazon Resource Name (ARN) of the flow definition.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the flow definition.

#flow_definition_nameString

The name of the flow definition.

Returns:

  • (String)

    The name of the flow definition.

#flow_definition_statusString

The status of the flow definition. Valid values:

Possible values:

  • Initializing
  • Active
  • Failed
  • Deleting

Returns:

  • (String)

    The status of the flow definition.