Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateServingConfigRequest.
Request for CreateServingConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String-
(::String) — Required. Full resource name of parent. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. Full resource name of parent. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
-
(::String) — Required. Full resource name of parent. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
#serving_config
def serving_config() -> ::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig- (::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig) — Required. The ServingConfig to create.
#serving_config=
def serving_config=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig- value (::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig) — Required. The ServingConfig to create.
- (::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig) — Required. The ServingConfig to create.
#serving_config_id
def serving_config_id() -> ::String-
(::String) — Required. The ID to use for the ServingConfig, which will become the final
component of the ServingConfig's resource name.
This value should be 4-63 characters, and valid characters are /[a-zA-Z0-9][a-zA-Z0-9_-]+/.
#serving_config_id=
def serving_config_id=(value) -> ::String-
value (::String) — Required. The ID to use for the ServingConfig, which will become the final
component of the ServingConfig's resource name.
This value should be 4-63 characters, and valid characters are /[a-zA-Z0-9][a-zA-Z0-9_-]+/.
-
(::String) — Required. The ID to use for the ServingConfig, which will become the final
component of the ServingConfig's resource name.
This value should be 4-63 characters, and valid characters are /[a-zA-Z0-9][a-zA-Z0-9_-]+/.