Class: Google::Cloud::AIPlatform::V1::CreateEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateEndpointRequest
- 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
-
#endpoint ⇒ ::Google::Cloud::AIPlatform::V1::Endpoint
Required.
-
#endpoint_id ⇒ ::String
Immutable.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#endpoint ⇒ ::Google::Cloud::AIPlatform::V1::Endpoint
Returns Required. The Endpoint to create.
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.
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}
.
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 |