Class: Aws::Types::DescribeInferenceSchedulerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


275
276
277
# File 'sig/types.rbs', line 275

def created_at
  @created_at
end

#data_delay_offset_in_minutes::Integer

Returns the value of attribute data_delay_offset_in_minutes.

Returns:

  • (::Integer)


273
274
275
# File 'sig/types.rbs', line 273

def data_delay_offset_in_minutes
  @data_delay_offset_in_minutes
end

#data_input_configurationTypes::InferenceInputConfiguration

Returns the value of attribute data_input_configuration.



277
278
279
# File 'sig/types.rbs', line 277

def data_input_configuration
  @data_input_configuration
end

#data_output_configurationTypes::InferenceOutputConfiguration

Returns the value of attribute data_output_configuration.



278
279
280
# File 'sig/types.rbs', line 278

def data_output_configuration
  @data_output_configuration
end

#data_upload_frequency"PT5M", ...

Returns the value of attribute data_upload_frequency.

Returns:

  • ("PT5M", "PT10M", "PT15M", "PT30M", "PT1H")


274
275
276
# File 'sig/types.rbs', line 274

def data_upload_frequency
  @data_upload_frequency
end

#inference_scheduler_arn::String

Returns the value of attribute inference_scheduler_arn.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def inference_scheduler_arn
  @inference_scheduler_arn
end

#inference_scheduler_name::String

Returns the value of attribute inference_scheduler_name.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def inference_scheduler_name
  @inference_scheduler_name
end

#latest_inference_result"ANOMALOUS", "NORMAL"

Returns the value of attribute latest_inference_result.

Returns:

  • ("ANOMALOUS", "NORMAL")


281
282
283
# File 'sig/types.rbs', line 281

def latest_inference_result
  @latest_inference_result
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def model_name
  @model_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def role_arn
  @role_arn
end

#server_side_kms_key_id::String

Returns the value of attribute server_side_kms_key_id.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def server_side_kms_key_id
  @server_side_kms_key_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


272
273
274
# File 'sig/types.rbs', line 272

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


276
277
278
# File 'sig/types.rbs', line 276

def updated_at
  @updated_at
end