Class: Google::Cloud::AIPlatform::V1::CreateEndpointRequest

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

Overview

Request message for EndpointService.CreateEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::Google::Cloud::AIPlatform::V1::Endpoint

Returns Required. The Endpoint to create.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 42

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

#endpoint_id::String

Returns 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.



42
43
44
45
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 42

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

#parent::String

Returns 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}



42
43
44
45
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 42

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