Module: Aws::SageMaker::Client::_DescribeFeatureMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFeatureMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #feature_group_arn ⇒ ::String
- #feature_group_name ⇒ ::String
- #feature_name ⇒ ::String
- #feature_type ⇒ "Integral", ...
- #last_modified_time ⇒ ::Time
- #parameters ⇒ ::Array[Types::FeatureParameter]
Instance Method Details
#creation_time ⇒ ::Time
4167 |
# File 'sig/client.rbs', line 4167
def creation_time: () -> ::Time
|
#description ⇒ ::String
4169 |
# File 'sig/client.rbs', line 4169
def description: () -> ::String
|
#feature_group_arn ⇒ ::String
4163 |
# File 'sig/client.rbs', line 4163
def feature_group_arn: () -> ::String
|
#feature_group_name ⇒ ::String
4164 |
# File 'sig/client.rbs', line 4164
def feature_group_name: () -> ::String
|
#feature_name ⇒ ::String
4165 |
# File 'sig/client.rbs', line 4165
def feature_name: () -> ::String
|
#feature_type ⇒ "Integral", ...
4166 |
# File 'sig/client.rbs', line 4166
def feature_type: () -> ("Integral" | "Fractional" | "String")
|
#last_modified_time ⇒ ::Time
4168 |
# File 'sig/client.rbs', line 4168
def last_modified_time: () -> ::Time
|
#parameters ⇒ ::Array[Types::FeatureParameter]
4170 |
# File 'sig/client.rbs', line 4170
def parameters: () -> ::Array[Types::FeatureParameter]
|