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` # Generated by default/object.tt package Paws::SageMaker::FeatureGroup; use Moose; has CreationTime => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has EventTimeFeatureName => (is => 'ro', isa => 'Str'); has FailureReason => (is => 'ro', isa => 'Str'); has FeatureDefinitions => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::FeatureDefinition]'); has FeatureGroupArn => (is => 'ro', isa => 'Str'); has FeatureGroupName => (is => 'ro', isa => 'Str'); has FeatureGroupStatus => (is => 'ro', isa => 'Str'); 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'); has RoleArn => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::Tag]'); 1; ### main pod documentation begin ### =head1 NAME Paws::SageMaker::FeatureGroup =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SageMaker::FeatureGroup object: $service_obj->Method(Att1 => { CreationTime => $value, ..., Tags => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::FeatureGroup object: $result = $service_obj->Method(...); $result->Att1->CreationTime =head1 DESCRIPTION Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features. =head1 ATTRIBUTES =head2 CreationTime => Str The time a C was created. =head2 Description => Str A free form description of a C. =head2 EventTimeFeatureName => Str The name of the feature that stores the C of a Record in a C. A C is point in time when a new event occurs that corresponds to the creation or update of a C in C. All C in the C must have a corresponding C. =head2 FailureReason => Str The reason that the C failed to be replicated in the C. This is failure may be due to a failure to create a C in or delete a C from the C. =head2 FeatureDefinitions => ArrayRef[L] A list of Cs. Each C must include a C and a C. Valid Cs are C, C and C. Cs cannot be any of the following: C, C, C. You can create up to 2,500 Cs per C. =head2 FeatureGroupArn => Str The Amazon Resource Name (ARN) of a C. =head2 FeatureGroupName => Str The name of the C. =head2 FeatureGroupStatus => Str A C status. =head2 OfflineStoreConfig => L =head2 OfflineStoreStatus => L =head2 OnlineStoreConfig => L =head2 RecordIdentifierFeatureName => Str The name of the C whose value uniquely identifies a C defined in the C C. =head2 RoleArn => Str The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group. =head2 Tags => ArrayRef[L] Tags used to define a C. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut