Class: Aws::Types::GetMLModelOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLModelOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_time ⇒ ::Integer
Returns the value of attribute compute_time.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by_iam_user ⇒ ::String
Returns the value of attribute created_by_iam_user.
-
#endpoint_info ⇒ Types::RealtimeEndpointInfo
Returns the value of attribute endpoint_info.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#input_data_location_s3 ⇒ ::String
Returns the value of attribute input_data_location_s3.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#ml_model_type ⇒ "REGRESSION", ...
Returns the value of attribute ml_model_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe ⇒ ::String
Returns the value of attribute recipe.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#score_threshold ⇒ ::Float
Returns the value of attribute score_threshold.
-
#score_threshold_last_updated_at ⇒ ::Time
Returns the value of attribute score_threshold_last_updated_at.
-
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#training_data_source_id ⇒ ::String
Returns the value of attribute training_data_source_id.
-
#training_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute training_parameters.
Instance Attribute Details
#compute_time ⇒ ::Integer
Returns the value of attribute compute_time.
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.
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.
429 430 431 |
# File 'sig/types.rbs', line 429 def created_by_iam_user @created_by_iam_user end |
#endpoint_info ⇒ Types::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.
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.
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.
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.
441 442 443 |
# File 'sig/types.rbs', line 441 def log_uri @log_uri end |
#message ⇒ ::String
Returns the value of attribute message.
442 443 444 |
# File 'sig/types.rbs', line 442 def end |
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
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.
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.
432 433 434 |
# File 'sig/types.rbs', line 432 def name @name end |
#recipe ⇒ ::String
Returns the value of attribute recipe.
446 447 448 |
# File 'sig/types.rbs', line 446 def recipe @recipe end |
#schema ⇒ ::String
Returns the value of attribute schema.
447 448 449 |
# File 'sig/types.rbs', line 447 def schema @schema end |
#score_threshold ⇒ ::Float
Returns the value of attribute score_threshold.
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.
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.
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.
445 446 447 |
# File 'sig/types.rbs', line 445 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
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.
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.
436 437 438 |
# File 'sig/types.rbs', line 436 def training_parameters @training_parameters end |