Module: Aws::CleanRoomsML::Client::_GetCollaborationConfiguredModelAlgorithmAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCollaborationConfiguredModelAlgorithmAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #collaboration_identifier ⇒ ::String
- #configured_model_algorithm_arn ⇒ ::String
- #configured_model_algorithm_association_arn ⇒ ::String
- #create_time ⇒ ::Time
- #creator_account_id ⇒ ::String
- #description ⇒ ::String
- #membership_identifier ⇒ ::String
- #name ⇒ ::String
- #privacy_configuration ⇒ Types::PrivacyConfiguration
- #update_time ⇒ ::Time
Instance Method Details
#collaboration_identifier ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def collaboration_identifier: () -> ::String
|
#configured_model_algorithm_arn ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def configured_model_algorithm_arn: () -> ::String
|
#configured_model_algorithm_association_arn ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def configured_model_algorithm_association_arn: () -> ::String
|
#create_time ⇒ ::Time
427 |
# File 'sig/client.rbs', line 427
def create_time: () -> ::Time
|
#creator_account_id ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def creator_account_id: () -> ::String
|
#description ⇒ ::String
434 |
# File 'sig/client.rbs', line 434
def description: () -> ::String
|
#membership_identifier ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def membership_identifier: () -> ::String
|
#name ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def name: () -> ::String
|
#privacy_configuration ⇒ Types::PrivacyConfiguration
436 |
# File 'sig/client.rbs', line 436
def privacy_configuration: () -> Types::PrivacyConfiguration
|
#update_time ⇒ ::Time
428 |
# File 'sig/client.rbs', line 428
def update_time: () -> ::Time
|