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