Class: Google::Cloud::AIPlatform::V1::CreateFeatureViewRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#feature_view::Google::Cloud::AIPlatform::V1::FeatureView

Returns Required. The FeatureView to create.

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199

class CreateFeatureViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#feature_view_id::String

Returns Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name.

This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within a FeatureOnlineStore.

Returns:

  • (::String)

    Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name.

    This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within a FeatureOnlineStore.



199
200
201
202
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199

class CreateFeatureViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}.

Returns:

  • (::String)

    Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}



199
200
201
202
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199

class CreateFeatureViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#run_sync_immediately::Boolean

Returns Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.

Returns:

  • (::Boolean)

    Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.



199
200
201
202
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199

class CreateFeatureViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end