Class: Aws::Types::CreateRetrainingSchedulerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def model_name
  @model_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "STOPPING", "STOPPED")


140
141
142
# File 'sig/types.rbs', line 140

def status
  @status
end