Class: Aws::Types::UpdateInferenceSchedulerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_delay_offset_in_minutes::Integer

Returns the value of attribute data_delay_offset_in_minutes.

Returns:

  • (::Integer)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def data_delay_offset_in_minutes
  @data_delay_offset_in_minutes
end

#data_input_configurationTypes::InferenceInputConfiguration

Returns the value of attribute data_input_configuration.



1059
1060
1061
# File 'sig/types.rbs', line 1059

def data_input_configuration
  @data_input_configuration
end

#data_output_configurationTypes::InferenceOutputConfiguration

Returns the value of attribute data_output_configuration.



1060
1061
1062
# File 'sig/types.rbs', line 1060

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")


1058
1059
1060
# File 'sig/types.rbs', line 1058

def data_upload_frequency
  @data_upload_frequency
end

#inference_scheduler_name::String

Returns the value of attribute inference_scheduler_name.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def inference_scheduler_name
  @inference_scheduler_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def role_arn
  @role_arn
end