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
1892 |
# File 'sig/client.rbs', line 1892
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
1893 |
# File 'sig/client.rbs', line 1893
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
1894 |
# File 'sig/client.rbs', line 1894
def dataset_version: () -> ::String
|
#examples ⇒ ::Array[untyped]
1895 |
# File 'sig/client.rbs', line 1895
def examples: () -> ::Array[untyped]
|
#next_token ⇒ ::String
1896 |
# File 'sig/client.rbs', line 1896
def next_token: () -> ::String
|