Class: Aws::Types::FlywheelProperties

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)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def active_model_arn
  @active_model_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def creation_time
  @creation_time
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

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)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def data_lake_s3_uri
  @data_lake_s3_uri
end

#data_security_configTypes::DataSecurityConfig

Returns the value of attribute data_security_config.



1115
1116
1117
# File 'sig/types.rbs', line 1115

def data_security_config
  @data_security_config
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def flywheel_arn
  @flywheel_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def last_modified_time
  @last_modified_time
end

#latest_flywheel_iteration::String

Returns the value of attribute latest_flywheel_iteration.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def latest_flywheel_iteration
  @latest_flywheel_iteration
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def message
  @message
end

#model_type"DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"

Returns the value of attribute model_type.

Returns:

  • ("DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def model_type
  @model_type
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED")


1116
1117
1118
# File 'sig/types.rbs', line 1116

def status
  @status
end

#task_configTypes::TaskConfig

Returns the value of attribute task_config.

Returns:



1113
1114
1115
# File 'sig/types.rbs', line 1113

def task_config
  @task_config
end