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
4123 |
# File 'sig/client.rbs', line 4123
def creation_time: () -> ::Time
|
#description ⇒ ::String
4125 |
# File 'sig/client.rbs', line 4125
def description: () -> ::String
|
#feature_group_arn ⇒ ::String
4119 |
# File 'sig/client.rbs', line 4119
def feature_group_arn: () -> ::String
|
#feature_group_name ⇒ ::String
4120 |
# File 'sig/client.rbs', line 4120
def feature_group_name: () -> ::String
|
#feature_name ⇒ ::String
4121 |
# File 'sig/client.rbs', line 4121
def feature_name: () -> ::String
|
#feature_type ⇒ "Integral", ...
4122 |
# File 'sig/client.rbs', line 4122
def feature_type: () -> ("Integral" | "Fractional" | "String")
|
#last_modified_time ⇒ ::Time
4124 |
# File 'sig/client.rbs', line 4124
def last_modified_time: () -> ::Time
|
#parameters ⇒ ::Array[Types::FeatureParameter]
4126 |
# File 'sig/client.rbs', line 4126
def parameters: () -> ::Array[Types::FeatureParameter]
|