Class: Aws::LookoutEquipment::Types::UpdateModelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labels_input_configurationTypes::LabelsInputConfiguration

Contains the configuration information for the S3 location being used to hold label data.



4472
4473
4474
4475
4476
4477
4478
4479
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4472

class UpdateModelRequest < Struct.new(
  :model_name,
  :labels_input_configuration,
  :role_arn,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_diagnostics_output_configurationTypes::ModelDiagnosticsOutputConfiguration

The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the RoleArn request parameter.



4472
4473
4474
4475
4476
4477
4478
4479
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4472

class UpdateModelRequest < Struct.new(
  :model_name,
  :labels_input_configuration,
  :role_arn,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the model to update.

Returns:

  • (String)


4472
4473
4474
4475
4476
4477
4478
4479
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4472

class UpdateModelRequest < Struct.new(
  :model_name,
  :labels_input_configuration,
  :role_arn,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the model to update.

Returns:

  • (String)


4472
4473
4474
4475
4476
4477
4478
4479
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4472

class UpdateModelRequest < Struct.new(
  :model_name,
  :labels_input_configuration,
  :role_arn,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end