Class: Google::Cloud::AIPlatform::V1::Probe::HttpGetAction
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Probe::HttpGetAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model.rb
Overview
HttpGetAction describes an action based on HTTP Get requests.
Instance Attribute Summary collapse
-
#host ⇒ ::String
Host name to connect to, defaults to the model serving container's IP.
-
#http_headers ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Probe::HttpHeader>
Custom headers to set in the request.
-
#path ⇒ ::String
Path to access on the HTTP server.
-
#port ⇒ ::Integer
Number of the port to access on the container.
-
#scheme ⇒ ::String
Scheme to use for connecting to the host.
Instance Attribute Details
#host ⇒ ::String
Returns Host name to connect to, defaults to the model serving container's IP. You probably want to set "Host" in httpHeaders instead.
955 956 957 958 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 955 class HttpGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_headers ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Probe::HttpHeader>
Returns Custom headers to set in the request. HTTP allows repeated headers.
955 956 957 958 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 955 class HttpGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Path to access on the HTTP server.
955 956 957 958 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 955 class HttpGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Number of the port to access on the container. Number must be in the range 1 to 65535.
955 956 957 958 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 955 class HttpGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scheme ⇒ ::String
Returns Scheme to use for connecting to the host. Defaults to HTTP. Acceptable values are "HTTP" or "HTTPS".
955 956 957 958 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 955 class HttpGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |