Class: Aws::Types::TrainedModelInferenceJobSummary

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)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def description
  @description
end

#logs_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute logs_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


1406
1407
1408
# File 'sig/types.rbs', line 1406

def logs_status
  @logs_status
end

#logs_status_details::String

Returns the value of attribute logs_status_details.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def logs_status_details
  @logs_status_details
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def membership_identifier
  @membership_identifier
end

#metrics_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute metrics_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


1404
1405
1406
# File 'sig/types.rbs', line 1404

def metrics_status
  @metrics_status
end

#metrics_status_details::String

Returns the value of attribute metrics_status_details.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

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)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def 
  
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def name
  @name
end

#output_configurationTypes::InferenceOutputConfiguration

Returns the value of attribute output_configuration.



1401
1402
1403
# File 'sig/types.rbs', line 1401

def output_configuration
  @output_configuration
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")


1400
1401
1402
# File 'sig/types.rbs', line 1400

def status
  @status
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

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)


1394
1395
1396
# File 'sig/types.rbs', line 1394

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)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def trained_model_version_identifier
  @trained_model_version_identifier
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def update_time
  @update_time
end