Class: Google::Cloud::AIPlatform::V1::Examples

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/explanation.rb

Overview

Example-based explainability that returns the nearest neighbors from the provided dataset.

Defined Under Namespace

Classes: ExampleGcsSource

Instance Attribute Summary collapse

Instance Attribute Details

#example_gcs_source::Google::Cloud::AIPlatform::V1::Examples::ExampleGcsSource



486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 486

class Examples
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The Cloud Storage input instances.
  # @!attribute [rw] data_format
  #   @return [::Google::Cloud::AIPlatform::V1::Examples::ExampleGcsSource::DataFormat]
  #     The format in which instances are given, if not specified, assume it's
  #     JSONL format. Currently only JSONL format is supported.
  # @!attribute [rw] gcs_source
  #   @return [::Google::Cloud::AIPlatform::V1::GcsSource]
  #     The Cloud Storage location for the input instances.
  class ExampleGcsSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # The format of the input example instances.
    module DataFormat
      # Format unspecified, used when unset.
      DATA_FORMAT_UNSPECIFIED = 0

      # Examples are stored in JSONL files.
      JSONL = 1
    end
  end
end

#nearest_neighbor_search_config::Google::Protobuf::Value



486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 486

class Examples
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The Cloud Storage input instances.
  # @!attribute [rw] data_format
  #   @return [::Google::Cloud::AIPlatform::V1::Examples::ExampleGcsSource::DataFormat]
  #     The format in which instances are given, if not specified, assume it's
  #     JSONL format. Currently only JSONL format is supported.
  # @!attribute [rw] gcs_source
  #   @return [::Google::Cloud::AIPlatform::V1::GcsSource]
  #     The Cloud Storage location for the input instances.
  class ExampleGcsSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # The format of the input example instances.
    module DataFormat
      # Format unspecified, used when unset.
      DATA_FORMAT_UNSPECIFIED = 0

      # Examples are stored in JSONL files.
      JSONL = 1
    end
  end
end

#neighbor_count::Integer



486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 486

class Examples
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The Cloud Storage input instances.
  # @!attribute [rw] data_format
  #   @return [::Google::Cloud::AIPlatform::V1::Examples::ExampleGcsSource::DataFormat]
  #     The format in which instances are given, if not specified, assume it's
  #     JSONL format. Currently only JSONL format is supported.
  # @!attribute [rw] gcs_source
  #   @return [::Google::Cloud::AIPlatform::V1::GcsSource]
  #     The Cloud Storage location for the input instances.
  class ExampleGcsSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # The format of the input example instances.
    module DataFormat
      # Format unspecified, used when unset.
      DATA_FORMAT_UNSPECIFIED = 0

      # Examples are stored in JSONL files.
      JSONL = 1
    end
  end
end

#presets::Google::Cloud::AIPlatform::V1::Presets



486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 486

class Examples
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The Cloud Storage input instances.
  # @!attribute [rw] data_format
  #   @return [::Google::Cloud::AIPlatform::V1::Examples::ExampleGcsSource::DataFormat]
  #     The format in which instances are given, if not specified, assume it's
  #     JSONL format. Currently only JSONL format is supported.
  # @!attribute [rw] gcs_source
  #   @return [::Google::Cloud::AIPlatform::V1::GcsSource]
  #     The Cloud Storage location for the input instances.
  class ExampleGcsSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # The format of the input example instances.
    module DataFormat
      # Format unspecified, used when unset.
      DATA_FORMAT_UNSPECIFIED = 0

      # Examples are stored in JSONL files.
      JSONL = 1
    end
  end
end