Class: Aws::Types::GetMLModelOutput

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)


443
444
445
# File 'sig/types.rbs', line 443

def compute_time
  @compute_time
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


430
431
432
# File 'sig/types.rbs', line 430

def created_at
  @created_at
end

#created_by_iam_user::String

Returns the value of attribute created_by_iam_user.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def created_by_iam_user
  @created_by_iam_user
end

#endpoint_infoTypes::RealtimeEndpointInfo

Returns the value of attribute endpoint_info.



435
436
437
# File 'sig/types.rbs', line 435

def endpoint_info
  @endpoint_info
end

#finished_at::Time

Returns the value of attribute finished_at.

Returns:

  • (::Time)


444
445
446
# File 'sig/types.rbs', line 444

def finished_at
  @finished_at
end

#input_data_location_s3::String

Returns the value of attribute input_data_location_s3.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def input_data_location_s3
  @input_data_location_s3
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


431
432
433
# File 'sig/types.rbs', line 431

def last_updated_at
  @last_updated_at
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def log_uri
  @log_uri
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def message
  @message
end

#ml_model_id::String

Returns the value of attribute ml_model_id.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def ml_model_id
  @ml_model_id
end

#ml_model_type"REGRESSION", ...

Returns the value of attribute ml_model_type.

Returns:

  • ("REGRESSION", "BINARY", "MULTICLASS")


438
439
440
# File 'sig/types.rbs', line 438

def ml_model_type
  @ml_model_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def name
  @name
end

#recipe::String

Returns the value of attribute recipe.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def recipe
  @recipe
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def schema
  @schema
end

#score_threshold::Float

Returns the value of attribute score_threshold.

Returns:

  • (::Float)


439
440
441
# File 'sig/types.rbs', line 439

def score_threshold
  @score_threshold
end

#score_threshold_last_updated_at::Time

Returns the value of attribute score_threshold_last_updated_at.

Returns:

  • (::Time)


440
441
442
# File 'sig/types.rbs', line 440

def score_threshold_last_updated_at
  @score_threshold_last_updated_at
end

#size_in_bytes::Integer

Returns the value of attribute size_in_bytes.

Returns:

  • (::Integer)


434
435
436
# File 'sig/types.rbs', line 434

def size_in_bytes
  @size_in_bytes
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


445
446
447
# File 'sig/types.rbs', line 445

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


433
434
435
# File 'sig/types.rbs', line 433

def status
  @status
end

#training_data_source_id::String

Returns the value of attribute training_data_source_id.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def training_data_source_id
  @training_data_source_id
end

#training_parameters::Hash[::String, ::String]

Returns the value of attribute training_parameters.

Returns:

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


436
437
438
# File 'sig/types.rbs', line 436

def training_parameters
  @training_parameters
end