Class: Aws::Types::GetTrainedModelResponse

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)


762
763
764
# File 'sig/types.rbs', line 762

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


780
781
782
# File 'sig/types.rbs', line 780

def create_time
  @create_time
end

#data_channels::Array[Types::ModelTrainingDataChannel]

Returns the value of attribute data_channels.

Returns:



786
787
788
# File 'sig/types.rbs', line 786

def data_channels
  @data_channels
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def description
  @description
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

  • (::Hash[::String, ::String])


783
784
785
# File 'sig/types.rbs', line 783

def environment
  @environment
end

#hyperparameters::Hash[::String, ::String]

Returns the value of attribute hyperparameters.

Returns:

  • (::Hash[::String, ::String])


782
783
784
# File 'sig/types.rbs', line 782

def hyperparameters
  @hyperparameters
end

#incremental_training_data_channels::Array[Types::IncrementalTrainingDataChannelOutput]

Returns the value of attribute incremental_training_data_channels.



765
766
767
# File 'sig/types.rbs', line 765

def incremental_training_data_channels
  @incremental_training_data_channels
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def kms_key_arn
  @kms_key_arn
end

#logs_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute logs_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


776
777
778
# File 'sig/types.rbs', line 776

def logs_status
  @logs_status
end

#logs_status_details::String

Returns the value of attribute logs_status_details.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def logs_status_details
  @logs_status_details
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def membership_identifier
  @membership_identifier
end

#metrics_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute metrics_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


774
775
776
# File 'sig/types.rbs', line 774

def metrics_status
  @metrics_status
end

#metrics_status_details::String

Returns the value of attribute metrics_status_details.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

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)


779
780
781
# File 'sig/types.rbs', line 779

def 
  @ml_model_training_payer_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def name
  @name
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.



771
772
773
# File 'sig/types.rbs', line 771

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")


768
769
770
# File 'sig/types.rbs', line 768

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



769
770
771
# File 'sig/types.rbs', line 769

def status_details
  @status_details
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



773
774
775
# File 'sig/types.rbs', line 773

def stopping_condition
  @stopping_condition
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


785
786
787
# File 'sig/types.rbs', line 785

def tags
  @tags
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def trained_model_arn
  @trained_model_arn
end

#training_container_image_digest::String

Returns the value of attribute training_container_image_digest.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

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")


772
773
774
# File 'sig/types.rbs', line 772

def training_input_mode
  @training_input_mode
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


781
782
783
# File 'sig/types.rbs', line 781

def update_time
  @update_time
end

#version_identifier::String

Returns the value of attribute version_identifier.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def version_identifier
  @version_identifier
end