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
2124 |
# File 'sig/client.rbs', line 2124
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
2125 |
# File 'sig/client.rbs', line 2125
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
2126 |
# File 'sig/client.rbs', line 2126
def dataset_version: () -> ::String
|
#examples ⇒ ::Array[untyped]
2127 |
# File 'sig/client.rbs', line 2127
def examples: () -> ::Array[untyped]
|
#next_token ⇒ ::String
2128 |
# File 'sig/client.rbs', line 2128
def next_token: () -> ::String
|