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)


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

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#feature_group_arn::String

Returns:

  • (::String)


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

def feature_group_arn: () -> ::String

#feature_group_name::String

Returns:

  • (::String)


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

def feature_group_name: () -> ::String

#feature_name::String

Returns:

  • (::String)


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

def feature_name: () -> ::String

#feature_type"Integral", ...

Returns:

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


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

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

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time

#parameters::Array[Types::FeatureParameter]

Returns:



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

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