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
4139 |
# File 'sig/client.rbs', line 4139
def creation_time: () -> ::Time
|
#description ⇒ ::String
4141 |
# File 'sig/client.rbs', line 4141
def description: () -> ::String
|
#feature_group_arn ⇒ ::String
4135 |
# File 'sig/client.rbs', line 4135
def feature_group_arn: () -> ::String
|
#feature_group_name ⇒ ::String
4136 |
# File 'sig/client.rbs', line 4136
def feature_group_name: () -> ::String
|
#feature_name ⇒ ::String
4137 |
# File 'sig/client.rbs', line 4137
def feature_name: () -> ::String
|
#feature_type ⇒ "Integral", ...
4138 |
# File 'sig/client.rbs', line 4138
def feature_type: () -> ("Integral" | "Fractional" | "String")
|
#last_modified_time ⇒ ::Time
4140 |
# File 'sig/client.rbs', line 4140
def last_modified_time: () -> ::Time
|
#parameters ⇒ ::Array[Types::FeatureParameter]
4142 |
# File 'sig/client.rbs', line 4142
def parameters: () -> ::Array[Types::FeatureParameter]
|