Class: Aws::Types::Evaluation

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)


334
335
336
# File 'sig/types.rbs', line 334

def compute_time
  @compute_time
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


328
329
330
# File 'sig/types.rbs', line 328

def created_at
  @created_at
end

#created_by_iam_user::String

Returns the value of attribute created_by_iam_user.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

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)


325
326
327
# File 'sig/types.rbs', line 325

def evaluation_data_source_id
  @evaluation_data_source_id
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def evaluation_id
  @evaluation_id
end

#finished_at::Time

Returns the value of attribute finished_at.

Returns:

  • (::Time)


335
336
337
# File 'sig/types.rbs', line 335

def finished_at
  @finished_at
end

#input_data_location_s3::String

Returns the value of attribute input_data_location_s3.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def input_data_location_s3
  @input_data_location_s3
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


329
330
331
# File 'sig/types.rbs', line 329

def last_updated_at
  @last_updated_at
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def message
  @message
end

#ml_model_id::String

Returns the value of attribute ml_model_id.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def ml_model_id
  @ml_model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def name
  @name
end

#performance_metricsTypes::PerformanceMetrics

Returns the value of attribute performance_metrics.



332
333
334
# File 'sig/types.rbs', line 332

def performance_metrics
  @performance_metrics
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


336
337
338
# File 'sig/types.rbs', line 336

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


331
332
333
# File 'sig/types.rbs', line 331

def status
  @status
end