Module: Aws::SageMaker::Client::_DescribeFeatureMetadataResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeFeatureMetadataResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#creation_time::Time

Returns:

  • (::Time)


4123
# File 'sig/client.rbs', line 4123

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


4125
# File 'sig/client.rbs', line 4125

def description: () -> ::String

#feature_group_arn::String

Returns:

  • (::String)


4119
# File 'sig/client.rbs', line 4119

def feature_group_arn: () -> ::String

#feature_group_name::String

Returns:

  • (::String)


4120
# File 'sig/client.rbs', line 4120

def feature_group_name: () -> ::String

#feature_name::String

Returns:

  • (::String)


4121
# File 'sig/client.rbs', line 4121

def feature_name: () -> ::String

#feature_type"Integral", ...

Returns:

  • ("Integral", "Fractional", "String")


4122
# File 'sig/client.rbs', line 4122

def feature_type: () -> ("Integral" | "Fractional" | "String")

#last_modified_time::Time

Returns:

  • (::Time)


4124
# File 'sig/client.rbs', line 4124

def last_modified_time: () -> ::Time

#parameters::Array[Types::FeatureParameter]

Returns:



4126
# File 'sig/client.rbs', line 4126

def parameters: () -> ::Array[Types::FeatureParameter]