Class CreateEndpointRequest (0.7.1)

CreateEndpointRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for EndpointService.CreateEndpoint.

Attributes

NameDescription
parent str
Required. The resource name of the Location to create the Endpoint in. Format: ``projects/{project}/locations/{location}``
endpoint google.cloud.aiplatform_v1beta1.types.Endpoint
Required. The Endpoint to create.

Inheritance

builtins.object > proto.message.Message > CreateEndpointRequest