Class: Aws::SageMaker::Types::FeatureGroupSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The name, ARN, ‘CreationTime`, `FeatureGroup` values, `LastUpdatedTime` and `EnableOnlineStorage` status of a `FeatureGroup`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp indicating the time of creation time of the ‘FeatureGroup`.

Returns:

  • (Time)


18085
18086
18087
18088
18089
18090
18091
18092
18093
# File 'lib/aws-sdk-sagemaker/types.rb', line 18085

class FeatureGroupSummary < Struct.new(
  :feature_group_name,
  :feature_group_arn,
  :creation_time,
  :feature_group_status,
  :offline_store_status)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_arnString

Unique identifier for the ‘FeatureGroup`.

Returns:

  • (String)


18085
18086
18087
18088
18089
18090
18091
18092
18093
# File 'lib/aws-sdk-sagemaker/types.rb', line 18085

class FeatureGroupSummary < Struct.new(
  :feature_group_name,
  :feature_group_arn,
  :creation_time,
  :feature_group_status,
  :offline_store_status)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_nameString

The name of ‘FeatureGroup`.

Returns:

  • (String)


18085
18086
18087
18088
18089
18090
18091
18092
18093
# File 'lib/aws-sdk-sagemaker/types.rb', line 18085

class FeatureGroupSummary < Struct.new(
  :feature_group_name,
  :feature_group_arn,
  :creation_time,
  :feature_group_status,
  :offline_store_status)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_statusString

The status of a FeatureGroup. The status can be any of the following: ‘Creating`, `Created`, `CreateFail`, `Deleting` or `DetailFail`.

Returns:

  • (String)


18085
18086
18087
18088
18089
18090
18091
18092
18093
# File 'lib/aws-sdk-sagemaker/types.rb', line 18085

class FeatureGroupSummary < Struct.new(
  :feature_group_name,
  :feature_group_arn,
  :creation_time,
  :feature_group_status,
  :offline_store_status)
  SENSITIVE = []
  include Aws::Structure
end

#offline_store_statusTypes::OfflineStoreStatus

Notifies you if replicating data into the ‘OfflineStore` has failed. Returns either: `Active` or `Blocked`.



18085
18086
18087
18088
18089
18090
18091
18092
18093
# File 'lib/aws-sdk-sagemaker/types.rb', line 18085

class FeatureGroupSummary < Struct.new(
  :feature_group_name,
  :feature_group_arn,
  :creation_time,
  :feature_group_status,
  :offline_store_status)
  SENSITIVE = []
  include Aws::Structure
end