Class: Aws::Types::GetCollaborationTrainedModelResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


596
597
598
# File 'sig/types.rbs', line 596

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def description
  @description
end

#incremental_training_data_channels::Array[Types::IncrementalTrainingDataChannelOutput]

Returns the value of attribute incremental_training_data_channels.



581
582
583
# File 'sig/types.rbs', line 581

def incremental_training_data_channels
  @incremental_training_data_channels
end

#logs_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute logs_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


592
593
594
# File 'sig/types.rbs', line 592

def logs_status
  @logs_status
end

#logs_status_details::String

Returns the value of attribute logs_status_details.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def logs_status_details
  @logs_status_details
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def membership_identifier
  @membership_identifier
end

#metrics_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute metrics_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


590
591
592
# File 'sig/types.rbs', line 590

def metrics_status
  @metrics_status
end

#metrics_status_details::String

Returns the value of attribute metrics_status_details.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def metrics_status_details
  @metrics_status_details
end

#ml_model_training_payer_account_id::String

Returns the value of attribute ml_model_training_payer_account_id.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def 
  @ml_model_training_payer_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def name
  @name
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.



587
588
589
# File 'sig/types.rbs', line 587

def resource_config
  @resource_config
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_FAILED", "INACTIVE", "CANCEL_PENDING", "CANCEL_IN_PROGRESS", "CANCEL_FAILED")


584
585
586
# File 'sig/types.rbs', line 584

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



585
586
587
# File 'sig/types.rbs', line 585

def status_details
  @status_details
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



589
590
591
# File 'sig/types.rbs', line 589

def stopping_condition
  @stopping_condition
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def trained_model_arn
  @trained_model_arn
end

#training_container_image_digest::String

Returns the value of attribute training_container_image_digest.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def training_container_image_digest
  @training_container_image_digest
end

#training_input_mode"File", ...

Returns the value of attribute training_input_mode.

Returns:

  • ("File", "FastFile", "Pipe")


588
589
590
# File 'sig/types.rbs', line 588

def training_input_mode
  @training_input_mode
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


597
598
599
# File 'sig/types.rbs', line 597

def update_time
  @update_time
end

#version_identifier::String

Returns the value of attribute version_identifier.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def version_identifier
  @version_identifier
end