Class: Aws::Types::GetCollaborationMLInputChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationMLInputChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_records ⇒ ::Integer
Returns the value of attribute number_of_records.
-
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
-
#privacy_budgets ⇒ Types::PrivacyBudgets
Returns the value of attribute privacy_budgets.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
Returns the value of attribute synthetic_data_configuration.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
551 552 553 |
# File 'sig/types.rbs', line 551 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
554 555 556 |
# File 'sig/types.rbs', line 554 def configured_model_algorithm_associations @configured_model_algorithm_associations end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
563 564 565 |
# File 'sig/types.rbs', line 563 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
560 561 562 |
# File 'sig/types.rbs', line 560 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
550 551 552 |
# File 'sig/types.rbs', line 550 def membership_identifier @membership_identifier end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
552 553 554 |
# File 'sig/types.rbs', line 552 def ml_input_channel_arn @ml_input_channel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
553 554 555 |
# File 'sig/types.rbs', line 553 def name @name end |
#number_of_records ⇒ ::Integer
Returns the value of attribute number_of_records.
558 559 560 |
# File 'sig/types.rbs', line 558 def number_of_records @number_of_records end |
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
562 563 564 |
# File 'sig/types.rbs', line 562 def payer_configuration @payer_configuration end |
#privacy_budgets ⇒ Types::PrivacyBudgets
Returns the value of attribute privacy_budgets.
559 560 561 |
# File 'sig/types.rbs', line 559 def privacy_budgets @privacy_budgets end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
557 558 559 |
# File 'sig/types.rbs', line 557 def retention_in_days @retention_in_days end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
555 556 557 |
# File 'sig/types.rbs', line 555 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
556 557 558 |
# File 'sig/types.rbs', line 556 def status_details @status_details end |
#synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
Returns the value of attribute synthetic_data_configuration.
561 562 563 |
# File 'sig/types.rbs', line 561 def synthetic_data_configuration @synthetic_data_configuration end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
564 565 566 |
# File 'sig/types.rbs', line 564 def update_time @update_time end |