Class: Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest

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

Overview

Defined Under Namespace

Classes: FullExport, SnapshotExport

Instance Attribute Summary collapse

Instance Attribute Details

#destination::Google::Cloud::AIPlatform::V1::FeatureValueDestination



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365

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

  # Describes exporting the latest Feature values of all entities of the
  # EntityType between [start_time, snapshot_time].
  # @!attribute [rw] snapshot_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  class SnapshotExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes exporting all historical Feature values of all entities of the
  # EntityType between [start_time, end_time].
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  class FullExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#entity_type::String



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365

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

  # Describes exporting the latest Feature values of all entities of the
  # EntityType between [start_time, snapshot_time].
  # @!attribute [rw] snapshot_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  class SnapshotExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes exporting all historical Feature values of all entities of the
  # EntityType between [start_time, end_time].
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  class FullExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#feature_selector::Google::Cloud::AIPlatform::V1::FeatureSelector



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365

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

  # Describes exporting the latest Feature values of all entities of the
  # EntityType between [start_time, snapshot_time].
  # @!attribute [rw] snapshot_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  class SnapshotExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes exporting all historical Feature values of all entities of the
  # EntityType between [start_time, end_time].
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  class FullExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#full_export::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365

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

  # Describes exporting the latest Feature values of all entities of the
  # EntityType between [start_time, snapshot_time].
  # @!attribute [rw] snapshot_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  class SnapshotExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes exporting all historical Feature values of all entities of the
  # EntityType between [start_time, end_time].
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  class FullExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#settings::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365

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

  # Describes exporting the latest Feature values of all entities of the
  # EntityType between [start_time, snapshot_time].
  # @!attribute [rw] snapshot_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  class SnapshotExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes exporting all historical Feature values of all entities of the
  # EntityType between [start_time, end_time].
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  class FullExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#snapshot_export::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365

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

  # Describes exporting the latest Feature values of all entities of the
  # EntityType between [start_time, snapshot_time].
  # @!attribute [rw] snapshot_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  class SnapshotExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes exporting all historical Feature values of all entities of the
  # EntityType between [start_time, end_time].
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Excludes Feature values with feature generation timestamp before this
  #     timestamp. If not set, retrieve oldest values kept in Feature Store.
  #     Timestamp, if present, must not have higher than millisecond precision.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Exports Feature values as of this timestamp. If not set,
  #     retrieve values as of now. Timestamp, if present, must not have higher
  #     than millisecond precision.
  class FullExport
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end