Class: Aws::Types::CreateInferenceSchedulerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def client_token
  @client_token
end

#data_delay_offset_in_minutes::Integer

Returns the value of attribute data_delay_offset_in_minutes.

Returns:

  • (::Integer)


52
53
54
# File 'sig/types.rbs', line 52

def data_delay_offset_in_minutes
  @data_delay_offset_in_minutes
end

#data_input_configurationTypes::InferenceInputConfiguration

Returns the value of attribute data_input_configuration.



54
55
56
# File 'sig/types.rbs', line 54

def data_input_configuration
  @data_input_configuration
end

#data_output_configurationTypes::InferenceOutputConfiguration

Returns the value of attribute data_output_configuration.



55
56
57
# File 'sig/types.rbs', line 55

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


53
54
55
# File 'sig/types.rbs', line 53

def data_upload_frequency
  @data_upload_frequency
end

#inference_scheduler_name::String

Returns the value of attribute inference_scheduler_name.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def inference_scheduler_name
  @inference_scheduler_name
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def model_name
  @model_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def role_arn
  @role_arn
end

#server_side_kms_key_id::String

Returns the value of attribute server_side_kms_key_id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def server_side_kms_key_id
  @server_side_kms_key_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def tags
  @tags
end