PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SageMaker::DescribeFeatureGroupResponse; use Moose; has CreationTime => (is => 'ro', isa => 'Str', required => 1); has Description => (is => 'ro', isa => 'Str'); has EventTimeFeatureName => (is => 'ro', isa => 'Str', required => 1); has FailureReason => (is => 'ro', isa => 'Str'); has FeatureDefinitions => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::FeatureDefinition]', required => 1); has FeatureGroupArn => (is => 'ro', isa => 'Str', required => 1); has FeatureGroupName => (is => 'ro', isa => 'Str', required => 1); has FeatureGroupStatus => (is => 'ro', isa => 'Str'); has NextToken => (is => 'ro', isa => 'Str', required => 1); has OfflineStoreConfig => (is => 'ro', isa => 'Paws::SageMaker::OfflineStoreConfig'); has OfflineStoreStatus => (is => 'ro', isa => 'Paws::SageMaker::OfflineStoreStatus'); has OnlineStoreConfig => (is => 'ro', isa => 'Paws::SageMaker::OnlineStoreConfig'); has RecordIdentifierFeatureName => (is => 'ro', isa => 'Str', required => 1); has RoleArn => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeFeatureGroupResponse =head1 ATTRIBUTES =head2 B CreationTime => Str A timestamp indicating when SageMaker created the C. =head2 Description => Str A free form description of the feature group. =head2 B EventTimeFeatureName => Str The name of the feature that stores the C of a Record in a C. An C is a point in time when a new event occurs that corresponds to the creation or update of a C in a C. All C in the C have a corresponding C. =head2 FailureReason => Str The reason that the C failed to be replicated in the C. This is failure can occur because: =over =item * The C could not be created in the C. =item * The C could not be deleted from the C. =back =head2 B FeatureDefinitions => ArrayRef[L] A list of the C in the C. Each feature is defined by a C and C. =head2 B FeatureGroupArn => Str The Amazon Resource Name (ARN) of the C. =head2 B FeatureGroupName => Str he name of the C. =head2 FeatureGroupStatus => Str The status of the feature group. Valid values are: C<"Creating">, C<"Created">, C<"CreateFailed">, C<"Deleting">, C<"DeleteFailed"> =head2 B NextToken => Str A token to resume pagination of the list of C (C). =head2 OfflineStoreConfig => L The configuration of the C, inducing the S3 location of the C, Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security configuration. =head2 OfflineStoreStatus => L The status of the C. Notifies you if replicating data into the C has failed. Returns either: C or C =head2 OnlineStoreConfig => L The configuration for the C. =head2 B RecordIdentifierFeatureName => Str The name of the C used for C, whose value uniquely identifies a record stored in the feature store. =head2 RoleArn => Str The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the C if an C is provided. =head2 _request_id => Str =cut 1;