Module: Aws::BedrockAgentCoreControl::Client::_ListDatasetExamplesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDatasetExamplesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_version ⇒ ::String
- #examples ⇒ ::Array[untyped]
- #next_token ⇒ ::String
Instance Method Details
#dataset_arn ⇒ ::String
2141 |
# File 'sig/client.rbs', line 2141
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
2142 |
# File 'sig/client.rbs', line 2142
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
2143 |
# File 'sig/client.rbs', line 2143
def dataset_version: () -> ::String
|
#examples ⇒ ::Array[untyped]
2144 |
# File 'sig/client.rbs', line 2144
def examples: () -> ::Array[untyped]
|
#next_token ⇒ ::String
2145 |
# File 'sig/client.rbs', line 2145
def next_token: () -> ::String
|