Class: Aws::Types::GetEvaluationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_time::Integer

Returns the value of attribute compute_time.

Returns:

  • (::Integer)


414
415
416
# File 'sig/types.rbs', line 414

def compute_time
  @compute_time
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


407
408
409
# File 'sig/types.rbs', line 407

def created_at
  @created_at
end

#created_by_iam_user::String

Returns the value of attribute created_by_iam_user.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def created_by_iam_user
  @created_by_iam_user
end

#evaluation_data_source_id::String

Returns the value of attribute evaluation_data_source_id.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def evaluation_data_source_id
  @evaluation_data_source_id
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def evaluation_id
  @evaluation_id
end

#finished_at::Time

Returns the value of attribute finished_at.

Returns:

  • (::Time)


415
416
417
# File 'sig/types.rbs', line 415

def finished_at
  @finished_at
end

#input_data_location_s3::String

Returns the value of attribute input_data_location_s3.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def input_data_location_s3
  @input_data_location_s3
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


408
409
410
# File 'sig/types.rbs', line 408

def last_updated_at
  @last_updated_at
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def log_uri
  @log_uri
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def message
  @message
end

#ml_model_id::String

Returns the value of attribute ml_model_id.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def ml_model_id
  @ml_model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def name
  @name
end

#performance_metricsTypes::PerformanceMetrics

Returns the value of attribute performance_metrics.



411
412
413
# File 'sig/types.rbs', line 411

def performance_metrics
  @performance_metrics
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


416
417
418
# File 'sig/types.rbs', line 416

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "INPROGRESS", "FAILED", "COMPLETED", "DELETED")


410
411
412
# File 'sig/types.rbs', line 410

def status
  @status
end