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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


19226
19227
19228
19229
19230
19231
19232
19233
19234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19226

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)


19226
19227
19228
19229
19230
19231
19232
19233
19234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19226

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)


19226
19227
19228
19229
19230
19231
19232
19233
19234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19226

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)


19226
19227
19228
19229
19230
19231
19232
19233
19234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19226

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.



19226
19227
19228
19229
19230
19231
19232
19233
19234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19226

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