class Azure::CognitiveServices::Customvisiontraining::V2_0::Models::ProjectSettings

Represents settings associated with a project

Attributes

domain_id[RW]

@return Gets or sets the id of the Domain to use with this project

Public Class Methods

mapper() click to toggle source

Mapper for ProjectSettings class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2.0/generated/azure_cognitiveservices_customvisiontraining/models/project_settings.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ProjectSettings',
    type: {
      name: 'Composite',
      class_name: 'ProjectSettings',
      model_properties: {
        domain_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'domainId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end