Class Google::Cloud::AIPlatform::V1::CreateEndpointRequest (v0.1.0)

Request message for EndpointService.CreateEndpoint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#endpoint

def endpoint() -> ::Google::Cloud::AIPlatform::V1::Endpoint
Returns

#endpoint=

def endpoint=(value) -> ::Google::Cloud::AIPlatform::V1::Endpoint
Parameter
Returns

#endpoint_id

def endpoint_id() -> ::String
Returns
  • (::String) — Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID.

    This value should be 1-10 characters, and valid characters are /[0-9]/. When using HTTP/JSON, this field is populated based on a query string argument, such as ?endpoint_id=12345. This is the fallback for fields that are not included in either the URI or the body.

#endpoint_id=

def endpoint_id=(value) -> ::String
Parameter
  • value (::String) — Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID.

    This value should be 1-10 characters, and valid characters are /[0-9]/. When using HTTP/JSON, this field is populated based on a query string argument, such as ?endpoint_id=12345. This is the fallback for fields that are not included in either the URI or the body.

Returns
  • (::String) — Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID.

    This value should be 1-10 characters, and valid characters are /[0-9]/. When using HTTP/JSON, this field is populated based on a query string argument, such as ?endpoint_id=12345. This is the fallback for fields that are not included in either the URI or the body.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Location to create the Endpoint in. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Location to create the Endpoint in. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The resource name of the Location to create the Endpoint in. Format: projects/{project}/locations/{location}