Class: Aws::Types::CreateEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:



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

def client_request_token
  @client_request_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:



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

def data_access_role_arn
  @data_access_role_arn
end

#desired_inference_units::Integer

Returns the value of attribute desired_inference_units.

Returns:



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

def desired_inference_units
  @desired_inference_units
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:



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

def endpoint_name
  @endpoint_name
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:



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

def flywheel_arn
  @flywheel_arn
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:



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

def model_arn
  @model_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end