Class: Aws::Types::CreateFlywheelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_model_arn::String

Returns the value of attribute active_model_arn.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def active_model_arn
  @active_model_arn
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def client_request_token
  @client_request_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def data_access_role_arn
  @data_access_role_arn
end

#data_lake_s3_uri::String

Returns the value of attribute data_lake_s3_uri.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def data_lake_s3_uri
  @data_lake_s3_uri
end

#data_security_configTypes::DataSecurityConfig

Returns the value of attribute data_security_config.



310
311
312
# File 'sig/types.rbs', line 310

def data_security_config
  @data_security_config
end

#flywheel_name::String

Returns the value of attribute flywheel_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def flywheel_name
  @flywheel_name
end

#model_type"DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"

Returns the value of attribute model_type.

Returns:

  • ("DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER")


308
309
310
# File 'sig/types.rbs', line 308

def model_type
  @model_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def tags
  @tags
end

#task_configTypes::TaskConfig

Returns the value of attribute task_config.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def task_config
  @task_config
end