Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateEndpointRequest (v0.21.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateEndpointRequest.

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.

    If the first character is a letter, this value may be up to 63 characters, and valid characters are [a-z0-9-]. The last character must be a letter or number.

    If the first character is a number, this value may be up to 9 characters, and valid characters are [0-9] with no leading zeros.

    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.

    If the first character is a letter, this value may be up to 63 characters, and valid characters are [a-z0-9-]. The last character must be a letter or number.

    If the first character is a number, this value may be up to 9 characters, and valid characters are [0-9] with no leading zeros.

    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.

    If the first character is a letter, this value may be up to 63 characters, and valid characters are [a-z0-9-]. The last character must be a letter or number.

    If the first character is a number, this value may be up to 9 characters, and valid characters are [0-9] with no leading zeros.

    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}