Class: Aws::Types::MLModel

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"sgd"

Returns the value of attribute algorithm.



492
493
494
# File 'sig/types.rbs', line 492

def algorithm
  @algorithm
end

#compute_time::Integer

Returns the value of attribute compute_time.



497
498
499
# File 'sig/types.rbs', line 497

def compute_time
  @compute_time
end

#created_at::Time

Returns the value of attribute created_at.



484
485
486
# File 'sig/types.rbs', line 484

def created_at
  @created_at
end

#created_by_iam_user::String

Returns the value of attribute created_by_iam_user.



483
484
485
# File 'sig/types.rbs', line 483

def created_by_iam_user
  @created_by_iam_user
end

#endpoint_infoTypes::RealtimeEndpointInfo

Returns the value of attribute endpoint_info.



489
490
491
# File 'sig/types.rbs', line 489

def endpoint_info
  @endpoint_info
end

#finished_at::Time

Returns the value of attribute finished_at.



498
499
500
# File 'sig/types.rbs', line 498

def finished_at
  @finished_at
end

#input_data_location_s3::String

Returns the value of attribute input_data_location_s3.



491
492
493
# File 'sig/types.rbs', line 491

def input_data_location_s3
  @input_data_location_s3
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.



485
486
487
# File 'sig/types.rbs', line 485

def last_updated_at
  @last_updated_at
end

#message::String

Returns the value of attribute message.



496
497
498
# File 'sig/types.rbs', line 496

def message
  @message
end

#ml_model_id::String

Returns the value of attribute ml_model_id.



481
482
483
# File 'sig/types.rbs', line 481

def ml_model_id
  @ml_model_id
end

#ml_model_type"REGRESSION", ...

Returns the value of attribute ml_model_type.



493
494
495
# File 'sig/types.rbs', line 493

def ml_model_type
  @ml_model_type
end

#name::String

Returns the value of attribute name.



486
487
488
# File 'sig/types.rbs', line 486

def name
  @name
end

#score_threshold::Float

Returns the value of attribute score_threshold.



494
495
496
# File 'sig/types.rbs', line 494

def score_threshold
  @score_threshold
end

#score_threshold_last_updated_at::Time

Returns the value of attribute score_threshold_last_updated_at.



495
496
497
# File 'sig/types.rbs', line 495

def score_threshold_last_updated_at
  @score_threshold_last_updated_at
end

#size_in_bytes::Integer

Returns the value of attribute size_in_bytes.



488
489
490
# File 'sig/types.rbs', line 488

def size_in_bytes
  @size_in_bytes
end

#started_at::Time

Returns the value of attribute started_at.



499
500
501
# File 'sig/types.rbs', line 499

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.



487
488
489
# File 'sig/types.rbs', line 487

def status
  @status
end

#training_data_source_id::String

Returns the value of attribute training_data_source_id.



482
483
484
# File 'sig/types.rbs', line 482

def training_data_source_id
  @training_data_source_id
end

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

Returns the value of attribute training_parameters.



490
491
492
# File 'sig/types.rbs', line 490

def training_parameters
  @training_parameters
end