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
1525 |
# File 'sig/client.rbs', line 1525
def created_at: () -> ::Time
|
#dataset_arn ⇒ ::String
1512 |
# File 'sig/client.rbs', line 1512
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
1513 |
# File 'sig/client.rbs', line 1513
def dataset_id: () -> ::String
|
#dataset_name ⇒ ::String
1515 |
# File 'sig/client.rbs', line 1515
def dataset_name: () -> ::String
|
#dataset_version ⇒ ::String
1514 |
# File 'sig/client.rbs', line 1514
def dataset_version: () -> ::String
|
#description ⇒ ::String
1516 |
# File 'sig/client.rbs', line 1516
def description: () -> ::String
|
#download_url ⇒ ::String
1523 |
# File 'sig/client.rbs', line 1523
def download_url: () -> ::String
|
#download_url_expires_at ⇒ ::Time
1524 |
# File 'sig/client.rbs', line 1524
def download_url_expires_at: () -> ::Time
|
#draft_status ⇒ "MODIFIED", "UNMODIFIED"
1518 |
# File 'sig/client.rbs', line 1518
def draft_status: () -> ("MODIFIED" | "UNMODIFIED")
|
#example_count ⇒ ::Integer
1522 |
# File 'sig/client.rbs', line 1522
def example_count: () -> ::Integer
|
#failure_reason ⇒ ::String
1519 |
# File 'sig/client.rbs', line 1519
def failure_reason: () -> ::String
|
#kms_key_arn ⇒ ::String
1521 |
# File 'sig/client.rbs', line 1521
def kms_key_arn: () -> ::String
|
#schema_type ⇒ "AGENTCORE_EVALUATION_PREDEFINED_V1", "AGENTCORE_EVALUATION_SIMULATED_V1"
1520 |
# File 'sig/client.rbs', line 1520
def schema_type: () -> ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1")
|
#status ⇒ "CREATING", ...
1517 |
# File 'sig/client.rbs', line 1517
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1527 |
# File 'sig/client.rbs', line 1527
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
1526 |
# File 'sig/client.rbs', line 1526
def updated_at: () -> ::Time
|