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)


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

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#feature_group_arn::String

Returns:

  • (::String)


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

def feature_group_arn: () -> ::String

#feature_group_name::String

Returns:

  • (::String)


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

def feature_group_name: () -> ::String

#feature_name::String

Returns:

  • (::String)


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

def feature_name: () -> ::String

#feature_type"Integral", ...

Returns:

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


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

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

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time

#parameters::Array[Types::FeatureParameter]

Returns:



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

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