Module: Aws::BedrockAgentCoreControl::Client::_GetDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_name ⇒ ::String
- #dataset_version ⇒ ::String
- #description ⇒ ::String
- #download_url ⇒ ::String
- #download_url_expires_at ⇒ ::Time
- #draft_status ⇒ "MODIFIED", "UNMODIFIED"
- #example_count ⇒ ::Integer
- #failure_reason ⇒ ::String
- #kms_key_arn ⇒ ::String
- #schema_type ⇒ "AGENTCORE_EVALUATION_PREDEFINED_V1", "AGENTCORE_EVALUATION_SIMULATED_V1"
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1328 |
# File 'sig/client.rbs', line 1328
def created_at: () -> ::Time
|
#dataset_arn ⇒ ::String
1315 |
# File 'sig/client.rbs', line 1315
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
1316 |
# File 'sig/client.rbs', line 1316
def dataset_id: () -> ::String
|
#dataset_name ⇒ ::String
1318 |
# File 'sig/client.rbs', line 1318
def dataset_name: () -> ::String
|
#dataset_version ⇒ ::String
1317 |
# File 'sig/client.rbs', line 1317
def dataset_version: () -> ::String
|
#description ⇒ ::String
1319 |
# File 'sig/client.rbs', line 1319
def description: () -> ::String
|
#download_url ⇒ ::String
1326 |
# File 'sig/client.rbs', line 1326
def download_url: () -> ::String
|
#download_url_expires_at ⇒ ::Time
1327 |
# File 'sig/client.rbs', line 1327
def download_url_expires_at: () -> ::Time
|
#draft_status ⇒ "MODIFIED", "UNMODIFIED"
1321 |
# File 'sig/client.rbs', line 1321
def draft_status: () -> ("MODIFIED" | "UNMODIFIED")
|
#example_count ⇒ ::Integer
1325 |
# File 'sig/client.rbs', line 1325
def example_count: () -> ::Integer
|
#failure_reason ⇒ ::String
1322 |
# File 'sig/client.rbs', line 1322
def failure_reason: () -> ::String
|
#kms_key_arn ⇒ ::String
1324 |
# File 'sig/client.rbs', line 1324
def kms_key_arn: () -> ::String
|
#schema_type ⇒ "AGENTCORE_EVALUATION_PREDEFINED_V1", "AGENTCORE_EVALUATION_SIMULATED_V1"
1323 |
# File 'sig/client.rbs', line 1323
def schema_type: () -> ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1")
|
#status ⇒ "CREATING", ...
1320 |
# File 'sig/client.rbs', line 1320
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1330 |
# File 'sig/client.rbs', line 1330
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
1329 |
# File 'sig/client.rbs', line 1329
def updated_at: () -> ::Time
|