Class: Aws::Types::GetTrainedModelInferenceJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#container_execution_parametersTypes::InferenceContainerExecutionParameters

Returns the value of attribute container_execution_parameters.



738
739
740
# File 'sig/types.rbs', line 738

def container_execution_parameters
  @container_execution_parameters
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


726
727
728
# File 'sig/types.rbs', line 726

def create_time
  @create_time
end

#data_sourceTypes::ModelInferenceDataSource

Returns the value of attribute data_source.



737
738
739
# File 'sig/types.rbs', line 737

def data_source
  @data_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def description
  @description
end

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

Returns the value of attribute environment.

Returns:

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


742
743
744
# File 'sig/types.rbs', line 742

def environment
  @environment
end

#inference_container_image_digest::String

Returns the value of attribute inference_container_image_digest.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def inference_container_image_digest
  @inference_container_image_digest
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

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


746
747
748
# File 'sig/types.rbs', line 746

def logs_status
  @logs_status
end

#logs_status_details::String

Returns the value of attribute logs_status_details.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def logs_status_details
  @logs_status_details
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def membership_identifier
  @membership_identifier
end

#metrics_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute metrics_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


744
745
746
# File 'sig/types.rbs', line 744

def metrics_status
  @metrics_status
end

#metrics_status_details::String

Returns the value of attribute metrics_status_details.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def metrics_status_details
  @metrics_status_details
end

#ml_model_inference_payer_account_id::String

Returns the value of attribute ml_model_inference_payer_account_id.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def 
  @ml_model_inference_payer_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def name
  @name
end

#output_configurationTypes::InferenceOutputConfiguration

Returns the value of attribute output_configuration.



735
736
737
# File 'sig/types.rbs', line 735

def output_configuration
  @output_configuration
end

#resource_configTypes::InferenceResourceConfig

Returns the value of attribute resource_config.



734
735
736
# File 'sig/types.rbs', line 734

def resource_config
  @resource_config
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

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


731
732
733
# File 'sig/types.rbs', line 731

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



739
740
741
# File 'sig/types.rbs', line 739

def status_details
  @status_details
end

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

Returns the value of attribute tags.

Returns:

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


748
749
750
# File 'sig/types.rbs', line 748

def tags
  @tags
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def trained_model_arn
  @trained_model_arn
end

#trained_model_inference_job_arn::String

Returns the value of attribute trained_model_inference_job_arn.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def trained_model_inference_job_arn
  @trained_model_inference_job_arn
end

#trained_model_version_identifier::String

Returns the value of attribute trained_model_version_identifier.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def trained_model_version_identifier
  @trained_model_version_identifier
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


727
728
729
# File 'sig/types.rbs', line 727

def update_time
  @update_time
end